Merge branch 'develop' into dev-tee

# Conflicts:
#	src/api/index.ts
#	src/modules/05_placement/router.ts
This commit is contained in:
setthawutttty 2023-08-15 14:01:59 +07:00
commit 314d7113bf
22 changed files with 1341 additions and 1472 deletions

View file

@ -0,0 +1,10 @@
import { type } from "os";
interface ResponseTitle {
fullname: string;
organizationPositionOld: string;
positionLevelOld: string;
positionTypeOld: string;
}
export type { ResponseTitle };