MembersOf<T>: Omit<T, keyof MethodsOf<T>>

get all data members (non-methods) of a class-instance

Type Parameters

  • T