updated format code

This commit is contained in:
Warunee Tamkoo 2024-09-03 11:28:01 +07:00
parent b75d69ea08
commit b14bad2249
241 changed files with 14012 additions and 13811 deletions

View file

@ -1,34 +1,33 @@
//ข้อมูล
interface ResponseObject {
createdAt: Date
createdFullName: string
createdUserId: string
educationLevel: string;
institute: string;
startYear: number;
endYear: number;
finishDate: Date;
startDate: Date;
endDate: Date;
isEducation: boolean | null;
degree: string;
field: string;
fundName: string;
gpa: string;
country: string;
other: string;
duration: string;
durationYear: number | null;
note: string;
isActive: boolean
isDate: boolean
positionPath: string
positionPathId : string
profileId: string
lastUpdateFullName: string
lastUpdateUserID: string
lastUpdatedAt: Date
}
export type { ResponseObject };
createdAt: Date;
createdFullName: string;
createdUserId: string;
educationLevel: string;
institute: string;
startYear: number;
endYear: number;
finishDate: Date;
startDate: Date;
endDate: Date;
isEducation: boolean | null;
degree: string;
field: string;
fundName: string;
gpa: string;
country: string;
other: string;
duration: string;
durationYear: number | null;
note: string;
isActive: boolean;
isDate: boolean;
positionPath: string;
positionPathId: string;
profileId: string;
lastUpdateFullName: string;
lastUpdateUserID: string;
lastUpdatedAt: Date;
}
export type { ResponseObject };

View file

@ -1,12 +1,11 @@
//ข้อมูล
interface ResponseObject {
issuer: string,
certificateType: string,
certificateNo: string,
issueDate: Date | null,
isActive: boolean,
expireDate: Date | null
}
export type { ResponseObject };
issuer: string;
certificateType: string;
certificateNo: string;
issueDate: Date | null;
isActive: boolean;
expireDate: Date | null;
}
export type { ResponseObject };

View file

@ -1,21 +1,20 @@
//ข้อมูล
interface ResponseObject {
createdAt: Date
createdFullName: string
createdUserId: string
dateStart: Date | null
dateEnd: Date | null
detail: string
field: string
id: string
isActive: boolean
lastUpdateFullName: string
lastUpdateUserId: string
lastUpdatedAt: Date
profileId: string
reference: string
remark: string
}
export type { ResponseObject };
createdAt: Date;
createdFullName: string;
createdUserId: string;
dateStart: Date | null;
dateEnd: Date | null;
detail: string;
field: string;
id: string;
isActive: boolean;
lastUpdateFullName: string;
lastUpdateUserId: string;
lastUpdatedAt: Date;
profileId: string;
reference: string;
remark: string;
}
export type { ResponseObject };

View file

@ -1,26 +1,25 @@
//ข้อมูล
interface ResponseObject {
createdAt: Date
createdFullName: string
createdUserId: string
dateOrder: Date
dateStart: Date | null
dateEnd: Date | null
department: string
duration : string
id: string
isActive: boolean
isDate: boolean
lastUpdateFullName: string
lastUpdateUserId: string
lastUpdateAt: Date
name: string
numberOrder: string
place: string
profileId: string
topic: string
yearly: number
}
export type { ResponseObject };
createdAt: Date;
createdFullName: string;
createdUserId: string;
dateOrder: Date;
dateStart: Date | null;
dateEnd: Date | null;
department: string;
duration: string;
id: string;
isActive: boolean;
isDate: boolean;
lastUpdateFullName: string;
lastUpdateUserId: string;
lastUpdateAt: Date;
name: string;
numberOrder: string;
place: string;
profileId: string;
topic: string;
yearly: number;
}
export type { ResponseObject };