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

    Type Alias EntityFieldCreate

    type EntityFieldCreate = {
        action: "create";
        required?: boolean;
        type?: EntityFieldType;
    }
    Index

    Properties

    action: "create"
    required?: boolean