interface FormRef { model: object | null useLocation: object | null [key: string]: any } export type { FormRef }