@cfxlabsinc/b2b-services
    Preparing search index...
    SearchDepositsResponse: TObject<
        {
            results: TArray<
                TUnion<
                    [
                        TIntersect<
                            [
                                TObject<{ identityId: TString }>,
                                TObject<
                                    {
                                        amount: TObject<{ amount: ...; currency: ... }>;
                                        createdAt: TString;
                                        history: TOptional<TArray<(...)>>;
                                        id: TString;
                                        quote: TObject<{ amountIn: ...; amountOut: ...; fees: ... }>;
                                        receipt: TUnion<[(...), (...)]>;
                                        reference: TString;
                                        status: TUnsafe<(...) | (...) | (...) | (...)>;
                                        type: TUnsafe<(...) | (...) | (...) | (...) | (...) | (...)>;
                                        wallet: TObject<{ address: ...; blockchain: ... }>;
                                    },
                                >,
                            ],
                        >,
                        TIntersect<
                            [
                                TObject<{ organizationId: TString }>,
                                TObject<
                                    {
                                        amount: TObject<{ amount: ...; currency: ... }>;
                                        createdAt: TString;
                                        history: TOptional<TArray<(...)>>;
                                        id: TString;
                                        quote: TObject<{ amountIn: ...; amountOut: ...; fees: ... }>;
                                        receipt: TUnion<[(...), (...)]>;
                                        reference: TString;
                                        status: TUnsafe<(...) | (...) | (...) | (...)>;
                                        type: TUnsafe<(...) | (...) | (...) | (...) | (...) | (...)>;
                                        wallet: TObject<{ address: ...; blockchain: ... }>;
                                    },
                                >,
                            ],
                        >,
                    ],
                >,
            >;
        },
    > = ...