@cfxlabsinc/b2b-services
    Preparing search index...
    Redemption: Simplify<
        Omit<
            SelectCustomerRedemption,
            | "id"
            | "externalId"
            | "redemptionData"
            | "customerId"
            | "commitExternalId"
            | "initiateTxId"
            | "commitTxId"
            | "voidTxId",
        > & {
            achBatchId?: string;
            commitId?: string;
            commitTxId?: string;
            id: string;
            initiateTxId?: string;
            voidTxId?: string;
            withdrawalId?: string;
        },
    >