hrms-checkin/src/interface/response/checkin.ts

8 lines
120 B
TypeScript
Raw Normal View History

2023-11-14 17:47:43 +07:00
interface FormRef {
model: object | null
useLocation: object | null
[key: string]: any
}
export type { FormRef }