Refactoring code module 04_registryPerson
This commit is contained in:
parent
1164d79122
commit
eeb92dfb5d
46 changed files with 1935 additions and 2230 deletions
|
|
@ -29,5 +29,13 @@ interface ResponseObject {
|
|||
lastUpdateUserID: string;
|
||||
lastUpdatedAt: Date;
|
||||
}
|
||||
interface DataEducationLevel {
|
||||
createdAt: string;
|
||||
createdFullName: string;
|
||||
id: string;
|
||||
lastUpdatedAt: string;
|
||||
name: string;
|
||||
rank: number;
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
export type { ResponseObject, DataEducationLevel };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue