diff --git a/src/Coscine.Api/@coscine/model/project-for-creation-dto.ts b/src/Coscine.Api/@coscine/model/project-for-creation-dto.ts
index e92b6e9046b2ec09cba79490622e1bfd2bb8b033..7e6937f14762daf7d12ba17056ddcea8bc3c922f 100644
--- a/src/Coscine.Api/@coscine/model/project-for-creation-dto.ts
+++ b/src/Coscine.Api/@coscine/model/project-for-creation-dto.ts
@@ -101,5 +101,11 @@ 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;
 }