add 模型设计的types
This commit is contained in:
parent
a3d425d372
commit
251dd33cbf
10
src/api/workflow/model/types.ts
Normal file
10
src/api/workflow/model/types.ts
Normal file
@ -0,0 +1,10 @@
|
||||
export interface ModelForm {
|
||||
name: string;
|
||||
key: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
export interface ModelQuery extends PageQuery {
|
||||
name: string;
|
||||
key: string;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user