แก้ไขการส่งค่าไปยังหน้ารายละเอียดของ การลา

This commit is contained in:
Warunee Tamkoo 2023-11-03 16:01:59 +07:00
parent 36539b2274
commit 48eb9ebb6c
5 changed files with 21 additions and 5 deletions

View file

@ -0,0 +1,10 @@
interface ListsData {
id: string;
leaveType: string
name: string
Date: string
status: string
}
export type {
ListsData
}