รายการ Exit interview เพิ่มฟิล วันนัดหมายเพื่อสัมภาษณ์

This commit is contained in:
setthawutttty 2023-09-01 13:17:05 +07:00
parent 410fca81f3
commit 5719957330
2 changed files with 23 additions and 1 deletions

View file

@ -35,6 +35,7 @@ interface ResponseItems {
suggestion: string;
status: string;
datetext: string | null;
appointDate: any;
}
export type { ResponseData, ResponseItems };