@truenas/api-client
    Preparing search index...

    Type Alias QuerySingleOptions<E>

    QuerySingleOptions: Omit<
        v25_10_0.QueryOptions<E>,
        "count" | "get" | "limit" | "offset",
    > & Forbid<"count" | "get" | "limit" | "offset">

    Options for TrueNasApi.queryOne. limit and offset are forbidden alongside the shape switches: middleware errors unless exactly one entry matches, so paginating the result is incoherent.

    Type Parameters

    • E