interface FormData { detail: string; } interface FormRef { detail: object | null; [key: string]: any; } export type { FormData, FormRef };