ปรับ table ลงเวลา
This commit is contained in:
parent
9e3fb8bff7
commit
7d23bdc945
11 changed files with 309 additions and 267 deletions
9
src/modules/09_leave/interface/response/leave.ts
Normal file
9
src/modules/09_leave/interface/response/leave.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
interface DataRows {
|
||||
leaveType: string
|
||||
name: string
|
||||
Date: string
|
||||
status: string
|
||||
}
|
||||
export type {
|
||||
DataRows
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue