import { RequestAttachmentCreateOrUpdate } from './requestAttachmentCreateOrUpdate'; export interface RequestSubCategoryCreateOrUpdate { id?: string; name: string; attachments?: RequestAttachmentCreateOrUpdate[]; }