OneSDK
    Preparing search index...

    Interface Cheers

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

    Properties

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