hrms-checkin/src/interface/index/Main.ts
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 1bb7f6cb54 เพิ่ม ปุ่มแสดง noti
2023-11-17 11:28:13 +07:00

16 lines
276 B
TypeScript

interface DataOption {
id: string
name: string
}
interface FormRef {
date: object | null
reason: object | null
[key: string]: any
}
interface notiType {
id: string
sender: string
body: string
timereceive: Date
}
export type { DataOption, FormRef, notiType }