@makehq/sdk
    Preparing search index...

    Type Alias CreateSDKAppBody

    Body for creating a new app

    type CreateSDKAppBody = {
        audience: string;
        countries?: string[];
        description?: string;
        label: string;
        language?: string;
        name: string;
        private?: boolean;
        theme?: string;
    }
    Index

    Properties

    audience: string

    Audience setting for the app

    countries?: string[]

    Countries where the app is available

    description?: string

    The description of the app

    label: string

    The label of the app visible in the scenario builder

    language?: string

    The language of the app

    name: string

    The name of the app visible in the URL

    private?: boolean

    Whether the app is private

    theme?: string

    The color of the app logo