@cfxlabsinc/b2b-services
    Preparing search index...
    CustomerFeeTransfer: Omit<
        SelectFeeTransfer,
        | "id"
        | "externalId"
        | "customerId"
        | "identityId"
        | "organizationId"
        | "sourceAccountId"
        | "targetAccountId"
        | "source"
        | "data",
    > & {
        description: SelectFeeTransfer["data"]["feeDescription"];
        id: SelectFeeTransfer["externalId"];
        source: { amount: BigNumber; currency: "MOVEUSD" };
        sourceAccountId: string;
        targetAccountId: string;
        type: SelectFeeTransfer["data"]["feeType"];
    }