export interface MetadataPropertyInfo { getName(): keyof T; isOptional(): boolean; matchProperty(value: unknown): boolean; toString(): string; }