แก้ไขการลา

This commit is contained in:
Thanit Konmek 2023-08-14 16:45:23 +07:00
parent 0116c7fef8
commit 265bc77553
11 changed files with 1022 additions and 264 deletions

View file

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