import { CategoryInstance } from './CategoryInstance'; export interface FormData { id?: string; category?: CategoryInstance[]; createdAt?: Date; updatedAt?: Date; [prop: string]: any; }