อัพเดท type //เมนูเครื่องราช

This commit is contained in:
AnandaTon 2023-07-17 14:02:44 +07:00
parent d626279c6c
commit 27b4e9dd4c
8 changed files with 221 additions and 239 deletions

View file

@ -1 +1,9 @@
export type {};
interface FormProprsalsRound {
id: number;
name: string;
year: number;
startDate: number;
endDate: number;
status: string;
}
export type { FormProprsalsRound };