UNPKG

@essential-projects/metadata

Version:

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

4 lines (3 loc) 242 B
import { IPromotionRoles } from '@essential-projects/core_contracts'; import { IPromoteDecorator } from '@essential-projects/metadata_contracts'; export declare function promote(roles: IPromotionRoles, namespace?: string): IPromoteDecorator;