export interface EligibilityApiError {
    type?: string;
    message?: string;
    code?: number;
}
