interface Cheers {
    is_charitable: boolean;
    last_updated: string;
    order: number;
    prefix: string;
    tiers: Tier[];
    type: string;
}

Properties

is_charitable: boolean
last_updated: string
order: number
prefix: string
tiers: Tier[]
type: string