template上的configuration

This commit is contained in:
Xu Chang 2024-03-22 11:37:35 +08:00
parent 5b8650a1d5
commit 897b954708
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
import { AttrUpdateMatrix } from 'oak-domain/lib/types/EntityDesc';
import { EntityDict } from '@project/oak-app-domain';
export const attrUpdateMatrix: AttrUpdateMatrix<EntityDict> = {
}