OneSDK
    Preparing search index...
    interface SubscriptionPayload {
        _id: string;
        emotes?: any;
        isTest: boolean;
        message: string;
        months: number;
        name: string;
        priority: number;
        sub_plan: string;
    }
    Index

    Properties

    _id: string
    emotes?: any
    isTest: boolean
    message: string
    months: number
    name: string
    priority: number
    sub_plan: string