UNPKG

@themost/jspa

Version:
8 lines (7 loc) 309 B
import { ConfigurationBase } from '@themost/common'; import { EntityLoaderStrategy } from '@themost/jspa'; declare class DefaultEntityLoaderStrategy extends EntityLoaderStrategy { constructor(config: ConfigurationBase); getModelDefinition(name: string): any; } export { DefaultEntityLoaderStrategy };