@cfxlabsinc/b2b-services
    Preparing search index...
    SearchWithdrawalsResponse: TArray<
        TUnion<
            [
                TIntersect<
                    [
                        TObject<{ identityId: TString }>,
                        TIntersect<
                            [
                                TObject<
                                    {
                                        createdAt: TString;
                                        customerId: TNumber;
                                        history: TOptional<TArray<(...)>>;
                                        id: TString;
                                        quote: TUnion<[(...), (...)]>;
                                        receipt: TOptional<TObject<(...)>>;
                                        returnId: TOptional<TString>;
                                        status: TUnsafe<(...) | (...) | (...) | (...) | (...)>;
                                    },
                                >,
                                TUnion<
                                    [
                                        TObject<{ imad: ...; methodId: ...; omad: ... }>,
                                        TObject<{ methodId: ... }>,
                                    ],
                                >,
                            ],
                        >,
                    ],
                >,
                TIntersect<
                    [
                        TObject<{ organizationId: TString }>,
                        TIntersect<
                            [
                                TObject<
                                    {
                                        createdAt: TString;
                                        customerId: TNumber;
                                        history: TOptional<TArray<(...)>>;
                                        id: TString;
                                        quote: TUnion<[(...), (...)]>;
                                        receipt: TOptional<TObject<(...)>>;
                                        returnId: TOptional<TString>;
                                        status: TUnsafe<(...) | (...) | (...) | (...) | (...)>;
                                    },
                                >,
                                TUnion<
                                    [
                                        TObject<{ imad: ...; methodId: ...; omad: ... }>,
                                        TObject<{ methodId: ... }>,
                                    ],
                                >,
                            ],
                        >,
                    ],
                >,
            ],
        >,
    > = ...