page รอ API // ui เมนู
This commit is contained in:
parent
acdc6d19f7
commit
621f965151
8 changed files with 319 additions and 23 deletions
|
|
@ -26,9 +26,17 @@ interface FormGroupRelate {
|
|||
amount: number | null;
|
||||
}
|
||||
|
||||
interface FormFollowResult {
|
||||
metricType:string
|
||||
indicators:string
|
||||
target:string
|
||||
calculation:string
|
||||
}
|
||||
|
||||
export type {
|
||||
FormQueryProject,
|
||||
FormBasicinfo,
|
||||
FormGroupTarget,
|
||||
FormGroupRelate,
|
||||
FormFollowResult,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue