Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
14 lines
277 B
TypeScript
14 lines
277 B
TypeScript
/**
|
|
* @schema AdminPostCancelClaimReqSchema
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminPostCancelClaimReqSchema
|
|
* properties:
|
|
* no_notification:
|
|
* type: boolean
|
|
* title: no_notification
|
|
* description: The claim's no notification.
|
|
*
|
|
*/
|
|
|