page รอ API // ui เมนู

This commit is contained in:
STW_TTTY\stwtt 2024-03-29 18:05:19 +07:00
parent acdc6d19f7
commit 621f965151
8 changed files with 319 additions and 23 deletions

View file

@ -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,
};