UNPKG

@allgemein/schema-api

Version:
9 lines (8 loc) 233 B
export interface IRegistryOptions { /** * If class is passed without annotated properties, then scan for existing defined attributes. * * Default value is true. */ detectUnannotatedProperties?: boolean; }