export interface Attachment { id: number; filename: string; url: string; messageId: number; createdAt: Date; }