feat: allow selecting a parent project when duplicating a project
This commit is contained in:
@ -4,4 +4,5 @@ import type {IProject} from './IProject'
|
||||
export interface IProjectDuplicate extends IAbstract {
|
||||
projectId: number
|
||||
project: IProject
|
||||
parentProjectId: number
|
||||
}
|
Reference in New Issue
Block a user