เพิ่ม tab ผลสำรวจความคิดเห็น

This commit is contained in:
setthawutttty 2025-01-21 17:16:00 +07:00
parent bfec6530a6
commit e911a913ea
4 changed files with 298 additions and 0 deletions

View file

@ -0,0 +1,14 @@
interface MainData {
createdAt: Date;
personal_id: string;
assign_id: string;
answer1: string;
answer2: string;
answer3: string;
fullname: string;
position: string;
}
export type{
MainData
}