14 lines
225 B
TypeScript
14 lines
225 B
TypeScript
/**
|
|
* @schema StoreCartResponse
|
|
* type: object
|
|
* description: The cart's details.
|
|
* x-schemaName: StoreCartResponse
|
|
* required:
|
|
* - cart
|
|
* properties:
|
|
* cart:
|
|
* $ref: "#/components/schemas/StoreCart"
|
|
*
|
|
*/
|
|
|