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

@ -72,6 +72,21 @@ interface DataItemsDevelopment {
label: string;
}
interface Request {
createdAt: string;
createdFullName: string;
detail: string;
fullname: string;
id: string;
idcard: string;
lastUpdateFullName: string;
lastUpdatedAt: string;
profileId: string;
remark: string;
status: string;
topic: string;
}
export type {
Pagination,
DataOption,
@ -86,4 +101,5 @@ export type {
DataOptionEducation,
DataOptionEducationLevel,
DataItemsDevelopment,
Request,
};