UNPKG

@project-sunbird/ext-framework-server

Version:
7 lines (6 loc) 208 B
export declare class SchemaService { private schemaMap; setSchema(pluginId: string, schema: any): void; getSchemaByPlugin(pluginId: string): any; getSchemaByDatabase(database: string): any; }