@watzon/baserow
    Preparing search index...

    Interface Sort

    Basic structure for sorting

    interface Sort {
        field: string | number;
        order: SortDirection;
    }
    Index

    Properties

    Properties

    field: string | number