/**
 * Type describing ineligibility reasons
 */
export interface IneligibilityReason {
    id: string;
    description: string;
}
