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

    Type Alias SearchedCustomer<IncludeWithoutMainOrg>

    SearchedCustomer: IncludeWithoutMainOrg extends true
        ? MaybeOnboardedCustomer
        : Customer

    search's item type, decided by its includeWithoutMainOrg argument.

    Type Parameters

    • IncludeWithoutMainOrg extends boolean