@makehq/sdk
    Preparing search index...

    Type Alias KeyType

    Represents a key type in Make. Key types define the structure and validation rules for different kinds of keys.

    type KeyType = {
        author: string;
        icon: string;
        label: string;
        name: string;
        parameters: DataStructureField[];
        theme: string;
        type: string;
        version: string;
    }
    Index

    Properties

    author: string

    Author of the key type

    icon: string

    Icon for the key type in UI

    label: string

    Human-readable label for the key type

    name: string

    Internal name/identifier of the key type

    parameters: DataStructureField[]

    Parameter specifications for configuring this key type

    theme: string

    Theme color for the key type in UI

    type: string

    Category of the key type

    version: string

    Version of the key type