export interface RestApiError { message: string; error: string; }