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

Properties

accessType: PUBLIC
applicationID: string
dependentSKUID: null | string
features: []
flags: number

The flags for this SKU. See SKUFlags.

id: string
manifestLabels: null
name: string
releaseDate: null
showAgeGate: boolean
slug: string
type: SKUTypes