UNPKG

@project-sunbird/ext-framework-server

Version:
7 lines (6 loc) 212 B
export declare class SchemaService { private schemaMap; setSchema(pluginId: string, schema: any): void; getSchemaByPlugin(pluginId: string): any; getSchemaBykeyspace(keyspace: string): unknown; }