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

8 lines
131 B
TypeScript
Raw Normal View History

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