From 897b954708a9af4084a9572932419847c5b5dd77 Mon Sep 17 00:00:00 2001 From: Xc Date: Fri, 22 Mar 2024 11:37:35 +0800 Subject: [PATCH] =?UTF-8?q?template=E4=B8=8A=E7=9A=84configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/configuration/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 template/src/configuration/index.ts diff --git a/template/src/configuration/index.ts b/template/src/configuration/index.ts new file mode 100644 index 0000000..5f1504c --- /dev/null +++ b/template/src/configuration/index.ts @@ -0,0 +1,6 @@ +import { AttrUpdateMatrix } from 'oak-domain/lib/types/EntityDesc'; +import { EntityDict } from '@project/oak-app-domain'; + +export const attrUpdateMatrix: AttrUpdateMatrix = { + +} \ No newline at end of file