UNPKG

312 BTypeScriptView Raw
1export declare const InjectModel: (model: string, connectionName?: string) => (target: object, key: string | symbol | undefined, index?: number | undefined) => void;
2export declare const InjectConnection: (name?: string) => (target: object, key: string | symbol | undefined, index?: number | undefined) => void;