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

    Type Alias QueryListOptions<E>

    QueryListOptions: Omit<v25_10_0.QueryOptions<E>, "count" | "get"> & Forbid<
        "count"
        | "get",
    >

    Options for TrueNasApi.query — everything except the shape switches.

    Type Parameters

    • E