export type AttachmentResponse = { documentId: string; contentType: string; name: string; id: string; url: string; size: number; };