UNPKG

@themost/jspa

Version:
11 lines (10 loc) 332 B
import { EntityConstructor } from './Entity'; import { DataContextBase } from '@themost/common'; declare function PreLoad(): MethodDecorator; declare interface PreLoadEvent { context?: DataContextBase; entityClass?: EntityConstructor<unknown>; emitter?: unknown; query?: unknown; } export { PreLoadEvent, PreLoad };