TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Type Alias EntityFieldRename

    type EntityFieldRename = {
        action: "rename";
        new_name: string;
    }
    Index

    Properties

    Properties

    action: "rename"
    new_name: string