Skip to content

tyneq


tyneq / MemberDescriptor

Type Alias: MemberDescriptor

MemberDescriptor = MethodDescriptor | DataDescriptor | AccessorDescriptor

Defined in: src/types/reflection.ts:56

A discriminated union of all member descriptor types returned by ReflectionContext.

Use descriptor.kind to narrow to the specific descriptor type.