@watzon/baserow
    Preparing search index...

    Interface BaseField

    interface BaseField {
        description: null | string;
        id: number;
        immutableProperties: null | boolean;
        immutableType: null | boolean;
        name: string;
        order: number;
        primary: boolean;
        readOnly: boolean;
        tableId: number;
        type: string;
    }
    Index

    Properties

    description: null | string
    id: number
    immutableProperties: null | boolean
    immutableType: null | boolean
    name: string
    order: number
    primary: boolean
    readOnly: boolean
    tableId: number
    type: string