From c3023a9acc3b4edc1fbe9f7e04895d4cc8e3f57c Mon Sep 17 00:00:00 2001 From: Deep Date: Fri, 2 Jul 2021 16:58:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20fix:=20store?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E4=B8=8D=E8=83=BD=E5=AE=9A=E4=BD=8D=E5=88=B0?= =?UTF-8?q?model=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/core/decorator/decorator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)>;