@makehq/sdk
    Preparing search index...

    Type Alias CreateSDKModuleBody

    Body for creating a new module

    type CreateSDKModuleBody = {
        description: string;
        label: string;
        moduleInitMode?: "blank" | "example" | "module";
        name: string;
        typeId: number;
    }
    Index

    Properties

    description: string

    The description of the module

    label: string

    The label of the module visible in the scenario builder

    moduleInitMode?: "blank" | "example" | "module"

    Module initialization mode

    name: string

    The name of the module

    typeId: number

    The type ID of the module