export interface APIRequest { _id?: string; } export interface APIResponse { _id?: string; statusCode: string; errorMessage: string; }