@watzon/baserow
    Preparing search index...

    Interface FieldCreateRequest

    interface FieldCreateRequest {
        name: string;
        type: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    name: string
    type: string