@watzon/baserow
    Preparing search index...

    Interface BaserowRow

    interface BaserowRow {
        id: number;
        order: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    id: number
    order: string