OneSDK
    Preparing search index...
    interface Node {
        campaign: any;
        id: string;
        prefix: string;
        tiers: TierConfig[];
        type: string;
    }
    Index

    Properties

    campaign: any
    id: string
    prefix: string
    tiers: TierConfig[]
    type: string