@essential-projects/metadata
Version:
the core metadata service for using the metadata from inside the domain
5 lines (4 loc) • 425 B
TypeScript
import { ISchemaAttribute } from '@essential-projects/core_contracts';
import { ISchemaAttributeDecorator } from '@essential-projects/metadata_contracts';
export declare function schemaAttribute(schema: ISchemaAttribute, namespace?: string): ISchemaAttributeDecorator;
export declare function methodSchemaAttribute(target: any, key: string, descriptor: any, schema: ISchemaAttribute, namespace?: string): PropertyDescriptor;