export interface APIError {
    message: string;
    code: number;
}
