@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias BankMemoSwiftWireDepositInstruction

    BankMemoSwiftWireDepositInstruction: SwiftWireInstructionData extends infer Variant
        ? Variant extends SwiftWireInstructionData
            ? Omit<Variant, "swiftField70Prefix"> & {
                receivingEntityName: string;
                swiftField70: Variant["swiftField70Prefix"];
            }
            : never
        : never