Chameleon
    Preparing search index...

    Interface Sku

    interface Sku {
        id: string;
        type: number;
        applicationId: string;
        name: string;
        slug: string;
        flags: number;
    }
    Index

    Properties

    id: string
    type: number
    applicationId: string
    name: string
    slug: string
    flags: number