/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { CardProductSchema } from './CardProductSchema'; export type CardAddProductRequest = { cardId: number; product: CardProductSchema; };