export interface RequestAttachmentCreateOrUpdate { id?: string; parent?: string; name?: string; documentType?: string; file?: any; filePath?: string; entity?: string; entityType?: string; extras?: string; s3Data?: { location: string; originalName: string; newName: string; }; tempFileURL?: string; }