update wrokflow

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-18 12:06:01 +07:00
parent b4c7ee8129
commit ecb5e6b7c3
11 changed files with 414 additions and 92 deletions

View file

@ -26,7 +26,7 @@ interface DataPerson {
rank?: string;
}
interface DateRequest {
interface DataRequest {
createdAt: string;
createdFullName: string;
detail: string;
@ -182,7 +182,7 @@ export type {
DataType,
DataLevel,
DataPerson,
DateRequest,
DataRequest,
DataProfile,
DataLeave,
DataLeaveType,