Merge branch 'develop' into dev-tee
# Conflicts: # src/api/index.ts # src/modules/05_placement/router.ts
This commit is contained in:
commit
314d7113bf
22 changed files with 1341 additions and 1472 deletions
10
src/modules/05_placement/interface/response/Receive.ts
Normal file
10
src/modules/05_placement/interface/response/Receive.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { type } from "os";
|
||||
|
||||
interface ResponseTitle {
|
||||
fullname: string;
|
||||
organizationPositionOld: string;
|
||||
positionLevelOld: string;
|
||||
positionTypeOld: string;
|
||||
}
|
||||
|
||||
export type { ResponseTitle };
|
||||
Loading…
Add table
Add a link
Reference in a new issue