UNPKG

@primno/core

Version:

Front-end framework for Model-Driven Apps of Power Apps and Dynamics 365.

6 lines (5 loc) 160 B
export interface MetadataAccessor { getMetadata(key: string): any; setMetadata(key: string, value: any): void; hasMetadata(key: string): boolean; }