Skip to content
Snippets Groups Projects

Merge dev into main

4 files
+ 4
16
Compare changes
  • Side-by-side
  • Inline

Files

@@ -101,11 +101,5 @@ export interface ProjectForCreationDto {
* @memberof ProjectForCreationDto
*/
'parentId'?: string | null;
/**
* Gets or initializes if the owners of the parent project should be copied to the sub project.
* @type {boolean}
* @memberof ProjectForCreationDto
*/
'copyOwnersFromParent'?: boolean | null;
}
Loading