Interface PremiumButton

interface PremiumButton {
    disabled?: boolean;
    skuID: string;
    style: PREMIUM;
    type: BUTTON;
}

Hierarchy

Properties

disabled?: boolean
skuID: string
style: PREMIUM
type: BUTTON