UNPKG

@essential-projects/metadata

Version:

the core metadata service for using the metadata from inside the domain

4 lines (3 loc) 249 B
import { ISchemaClass } from '@essential-projects/core_contracts'; import { ISchemaClassDecorator } from '@essential-projects/metadata_contracts'; export declare function schemaClass(schema: ISchemaClass, namespace?: string): ISchemaClassDecorator;