แก้ไขการส่งค่าไปยังหน้ารายละเอียดของ การลา
This commit is contained in:
parent
36539b2274
commit
48eb9ebb6c
5 changed files with 21 additions and 5 deletions
10
src/modules/09_leave/interface/request/leave.ts
Normal file
10
src/modules/09_leave/interface/request/leave.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
interface ListsData {
|
||||
id: string;
|
||||
leaveType: string
|
||||
name: string
|
||||
Date: string
|
||||
status: string
|
||||
}
|
||||
export type {
|
||||
ListsData
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue