export interface Error { body?: { message?: string; } | string; message?: string; }