Documentation
    Preparing search index...
    SortOptions: { [key in keyof T]?: "asc" | "desc" }

    A map of entity keys to their requested sort direction.

    Type Parameters

    • T extends object