updated format code
This commit is contained in:
parent
b75d69ea08
commit
b14bad2249
241 changed files with 14012 additions and 13811 deletions
|
|
@ -25,4 +25,4 @@ interface ItemType {
|
|||
interface ColId {
|
||||
period_id: string;
|
||||
}
|
||||
export type { FormProprsalsRound, FormProprsalsRound2, ItemType ,ColId};
|
||||
export type { FormProprsalsRound, FormProprsalsRound2, ItemType, ColId };
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
interface ResponseObject {
|
||||
id: string
|
||||
name: string
|
||||
shortName: string
|
||||
insigniaTypeName: string
|
||||
createdAt: Date
|
||||
lastUpdatedAt: Date
|
||||
lastUpdateFullName: string
|
||||
isActive: boolean
|
||||
note: string
|
||||
id: string;
|
||||
name: string;
|
||||
shortName: string;
|
||||
insigniaTypeName: string;
|
||||
createdAt: Date;
|
||||
lastUpdatedAt: Date;
|
||||
lastUpdateFullName: string;
|
||||
isActive: boolean;
|
||||
note: string;
|
||||
}
|
||||
|
||||
export type {ResponseObject};
|
||||
export type { ResponseObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue