feat: cards, attributes and modules
This commit is contained in:
13
src/client/models/CardProductSchema.ts
Normal file
13
src/client/models/CardProductSchema.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { CardProductServiceSchema } from './CardProductServiceSchema';
|
||||
import type { ProductSchema } from './ProductSchema';
|
||||
export type CardProductSchema = {
|
||||
product: ProductSchema;
|
||||
services: Array<CardProductServiceSchema>;
|
||||
quantity: number;
|
||||
comment?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user