clone code
This commit is contained in:
parent
c9597d1e38
commit
d57bcd1719
362 changed files with 104804 additions and 0 deletions
13
src/modules/03_recruiting/interface/response/Education.ts
Normal file
13
src/modules/03_recruiting/interface/response/Education.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
//ข้อมูล
|
||||
interface ResponseObject {
|
||||
id: string;
|
||||
educationLevelId: string;
|
||||
educationLevelName: string;
|
||||
major: string;
|
||||
scores: number | null;
|
||||
name: string;
|
||||
durationStart: Date;
|
||||
durationEnd: Date;
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
Loading…
Add table
Add a link
Reference in a new issue