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