Interface RawPremiumButton

interface RawPremiumButton {
    disabled?: boolean;
    sku_id: string;
    style: PREMIUM;
    type: BUTTON;
}

Hierarchy

Properties

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