Sanity App SDK
    Preparing search index...

    Interface SortOrderingItemBeta

    interface SortOrderingItem {
        direction: "desc" | "asc";
        field: string;
    }
    Index

    Properties

    Properties

    direction: "desc" | "asc"
    field: string