Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
17 lines
328 B
TypeScript
17 lines
328 B
TypeScript
/**
|
|
* @schema AdminUpdateCustomerGroup
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminUpdateCustomerGroup
|
|
* properties:
|
|
* name:
|
|
* type: string
|
|
* title: name
|
|
* description: The customer group's name.
|
|
* metadata:
|
|
* type: object
|
|
* description: The customer group's metadata.
|
|
*
|
|
*/
|
|
|