@cfxlabsinc/b2b-services
    Preparing search index...
    Withdrawal: Simplify<
        Omit<
            SelectWithdrawal,
            "id"
            | "externalId"
            | "entityExternalId"
            | "withdrawalQuoteId",
        > & {
            customerId: Customer["id"];
            entityId: Entity["id"];
            history: WithdrawalStatusUpdateHistory[];
            id: SelectWithdrawal["externalId"];
            quote: WithdrawalQuote;
            type: WithdrawalQuote["methodId"];
        },
    >