20 lines
369 B
TypeScript
20 lines
369 B
TypeScript
/**
|
|
* @schema AdminCreateCustomerGroup
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminCreateCustomerGroup
|
|
* required:
|
|
* - name
|
|
* - metadata
|
|
* properties:
|
|
* name:
|
|
* type: string
|
|
* title: name
|
|
* description: The customer group's name.
|
|
* metadata:
|
|
* type: object
|
|
* description: The customer group's metadata.
|
|
*
|
|
*/
|
|
|