diff --git a/typescript/core/decorator/decorator.ts b/typescript/core/decorator/decorator.ts index 29ca97c55..3559f5cd1 100644 --- a/typescript/core/decorator/decorator.ts +++ b/typescript/core/decorator/decorator.ts @@ -100,7 +100,7 @@ export class Model any}; + actions:{[key: string]: (...args: any[]) => any} | {}; childContext: ReadonlyArray)>;