iceberg-js
    Preparing search index...

    Interface TableField

    interface TableField {
        doc?: string;
        id: number;
        name: string;
        required: boolean;
        type: IcebergType;
    }
    Index

    Properties

    Properties

    doc?: string
    id: number
    name: string
    required: boolean