@paystreamer/sdk
    Preparing search index...

    Interface PlatformObject

    interface PlatformObject {
        category: string;
        created_at: number;
        description: string;
        id: string;
        image_url: string | null;
        is_paused: boolean;
        name: string;
        owner: string;
        tiers?: {
            amount: string;
            frequency: string;
            is_active: boolean;
            name: string;
            subscriber_count: number;
        }[];
    }
    Index
    category: string
    created_at: number
    description: string
    id: string
    image_url: string | null
    is_paused: boolean
    name: string
    owner: string
    tiers?: {
        amount: string;
        frequency: string;
        is_active: boolean;
        name: string;
        subscriber_count: number;
    }[]