@makehq/sdk
    Preparing search index...

    Type Alias SDKApp

    App

    type SDKApp = {
        approved: boolean;
        beta: boolean;
        changes?: unknown[];
        countries: string[] | null;
        created: string;
        description: string;
        global: boolean;
        label: string;
        language: string;
        manifestVersion: number;
        name: string;
        public: boolean;
        theme: string;
        version: number;
    }
    Index

    Properties

    approved: boolean

    Whether the app is approved

    beta: boolean

    Whether the app is in beta

    changes?: unknown[]

    Stack of changes made to the app

    countries: string[] | null

    Countries where the app is available

    created: string

    When the app was created

    description: string

    The description of the app

    global: boolean

    Whether the app is global

    label: string

    The label of the app visible in the scenario builder

    language: string

    The language of the app

    manifestVersion: number

    The manifest version

    name: string

    The name of the app visible in the URL

    public: boolean

    Whether the app is public

    theme: string

    The color of the app logo

    version: number

    The version of the app