This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-08 14:40:47 +07:00
parent 4b74271f0e
commit 896ac775c1
5 changed files with 446 additions and 210 deletions

View file

@ -31,10 +31,16 @@ interface CheckboxData {
name: string;
val: boolean;
}
interface FormQuery {
type: string;
keyword: string;
}
export type {
FormProprsalsRound,
FormProprsalsRound2,
ItemType,
ColId,
CheckboxData,
FormQuery,
};