@watzon/baserow
    Preparing search index...

    Interface ListDataSyncProperty

    interface ListDataSyncProperty {
        fieldType: string;
        initiallySelected: boolean;
        key: string;
        name: string;
        uniquePrimary: boolean;
    }
    Index

    Properties

    fieldType: string
    initiallySelected: boolean
    key: string
    name: string
    uniquePrimary: boolean