Interface PremiumRequiredResponse

interface PremiumRequiredResponse {
    data: Record<string, never>;
    type: PREMIUM_REQUIRED;
}

Properties

Properties

data: Record<string, never>