Files
medusa-store/www/utils/generated/oas-output/schemas/AdminCreateCustomerGroup.ts
2024-09-06 18:53:07 +03:00

19 lines
413 B
TypeScript

/**
* @schema AdminCreateCustomerGroup
* type: object
* description: The customer group's details.
* x-schemaName: AdminCreateCustomerGroup
* required:
* - name
* properties:
* name:
* type: string
* title: name
* description: The customer group's name.
* metadata:
* type: object
* description: The customer group's metadata, used to store custom key-value pairs.
*
*/