Added openapi generator
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* BeReadyBackend
|
||||
*
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { CreateUserGroupDto } from './create-user-group-dto';
|
||||
|
||||
|
||||
export interface CreateGroupDto {
|
||||
label?: string | null;
|
||||
title?: string | null;
|
||||
description?: string | null;
|
||||
duration?: number;
|
||||
userGroups?: Array<CreateUserGroupDto> | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user