update wrokflow
This commit is contained in:
parent
b4c7ee8129
commit
ecb5e6b7c3
11 changed files with 414 additions and 92 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue