@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias EntitySelectorSearchResult<T>

    EntitySelectorSearchResult:
        | { ok: true; value: EntitySelectorPage<T> }
        | { ok: false }

    Resolved shape of a combobox fetch action — the server-action result union. { ok: false } is surfaced as the query's error state (an inline retry), distinct from an empty page ({ ok: true, value: { items: [], ... } }).

    Type Parameters

    • T