Interface JSONSKU

interface JSONSKU {
    accessType: PUBLIC;
    applicationID: string;
    createdAt: number;
    dependentSKUID: null | string;
    features: [];
    flags: number;
    id: string;
    manifestLabels: null;
    name: string;
    releaseDate: null;
    showAgeGate: boolean;
    slug: string;
    type: SKUTypes;
}

Hierarchy (view full)

Properties

accessType: PUBLIC
applicationID: string
createdAt: number
dependentSKUID: null | string
features: []
flags: number
id: string
manifestLabels: null
name: string
releaseDate: null
showAgeGate: boolean
slug: string
type: SKUTypes