/** * This file was auto-generated by openapi-typescript and ts-morph. * Do not make direct changes to the file. */ import type { InferOperationIndex } from "../../operation-inference.js"; import type * as current_customer from "../current_customer.js"; import type * as customer_login from "../customer_login.js"; import type * as process_payments from "../payments/process_payments.js"; import type * as shipping_provider from "../shipping_provider.js"; import type * as tax_provider from "../tax_provider.js"; export type Operation = InferOperationIndex & InferOperationIndex & InferOperationIndex & InferOperationIndex & InferOperationIndex;