prefix
This commit is contained in:
parent
0023e22fb9
commit
1e4dd426f3
5 changed files with 8 additions and 5 deletions
|
|
@ -27,7 +27,7 @@ interface DataPerson {
|
|||
}
|
||||
|
||||
interface DataRequest {
|
||||
createdAt: string|Date;
|
||||
createdAt: string | Date;
|
||||
createdFullName?: string;
|
||||
detail: string;
|
||||
fullname: string;
|
||||
|
|
@ -117,6 +117,7 @@ interface DataProfile {
|
|||
posTypeName: string;
|
||||
posTypeRank: number;
|
||||
};
|
||||
prefixMain: string;
|
||||
}
|
||||
|
||||
interface DataLeave {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue