แก้ path timestamp-special
แก้ path timestamp-special
This commit is contained in:
parent
e02aee9527
commit
4a9fa574de
3 changed files with 40 additions and 26 deletions
11
src/modules/09_leave/interface/response/specialTime.ts
Normal file
11
src/modules/09_leave/interface/response/specialTime.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
interface DataRows {
|
||||
fullname: string | null;
|
||||
date: string | null;
|
||||
dateFix: string | null;
|
||||
type: string;
|
||||
reason: string;
|
||||
timeStamp: string;
|
||||
unapprove?: string; // Make these properties optional
|
||||
approve?: string;
|
||||
}
|
||||
export type { DataRows };
|
||||
Loading…
Add table
Add a link
Reference in a new issue