export interface DatabaseResponse { error: string; data?: unknown; }