18 lines
358 B
TypeScript
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: {}
|
|
*
|
|
*/
|
|
|