export interface ErrorResponse { code: string; message?: string; [other: string]: any; }