Files
medusa-store/docs-util/oas-output/schemas/CustomerGroupUpdatableFields.ts

18 lines
358 B
TypeScript

/**
* @schema CustomerGroupUpdatableFields
* type: object
* description: SUMMARY
* x-schemaName: CustomerGroupUpdatableFields
* properties:
* name:
* type: string
* title: name
* description: The customer group's name.
* metadata:
* type: object
* description: The customer group's metadata.
* properties: {}
*
*/