export interface CompletionEmail { email?: string; disable_document_attachment?: number; subject?: string; message?: string; }