OneSDK
    Preparing search index...

    Interface TiktokConfig

    interface TiktokConfig {
        commandOptions: {
            enter: CommandViewOptions;
            like: CommandViewOptions;
            social: CommandViewOptions;
        };
        lowestPrice: number;
    }
    Index

    Properties

    commandOptions: {
        enter: CommandViewOptions;
        like: CommandViewOptions;
        social: CommandViewOptions;
    }
    lowestPrice: number