Interface TiktokConfig

interface TiktokConfig {
    likeAsFreeGiftComment: boolean;
    lowestPrice: number;
    shareAsFreeGiftComment: boolean;
    showNotification: boolean;
}

Properties

likeAsFreeGiftComment: boolean
lowestPrice: number
shareAsFreeGiftComment: boolean
showNotification: boolean