export interface APIErrorMessage { statusCode: number; message: string; }