เครื่องราช เพิ่ม ()

This commit is contained in:
setthawutttty 2023-10-25 12:54:49 +07:00
parent c91ad3092d
commit ff16be68f3
11 changed files with 120 additions and 74 deletions

View file

@ -17,4 +17,8 @@ interface FormProprsalsRound2 {
period_doc: any;
period_status:any
}
export type { FormProprsalsRound, FormProprsalsRound2 };
interface ItemType {
name: string;
shortName: string;
}
export type { FormProprsalsRound, FormProprsalsRound2,ItemType };