UNPKG

@themost/jspa

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