@makehq/sdk
    Preparing search index...

    Type Alias SDKModule

    Module

    type SDKModule = {
        altConnection: string | null;
        approved: boolean;
        connection: string | null;
        crud: string | null;
        description: string;
        label: string;
        name: string;
        public: boolean;
        typeId: number;
        webhook: string | null;
    }
    Index

    Properties

    altConnection: string | null

    Alternative connection name if applicable

    approved: boolean

    Whether the module is approved

    connection: string | null

    Connection name if applicable

    crud: string | null

    CRUD operation type if applicable

    description: string

    The description of the module

    label: string

    The label of the module visible in the scenario builder

    name: string

    The name of the module

    public: boolean

    Whether the module is public

    typeId: number

    The type ID of the module

    webhook: string | null

    Webhook configuration if applicable