เพิ่ม ui ระบบลา > รอบการปฏิบัติงาน

This commit is contained in:
Tanyalak 2023-10-26 17:35:21 +07:00
parent a5faf436a4
commit 776a1b8385
5 changed files with 357 additions and 2 deletions

View file

@ -0,0 +1,11 @@
interface RoundRows {
name: string;
position: string;
responsibilities: string;
email: string;
phone: string;
}
export type {
RoundRows
};