API ReferenceTypesProjectMoveArgsOn this pageProjectMoveArgs type ProjectMoveArgs = { id: string; parentId?: string | null;}; Properties id id: string; parentId? optional parentId: string | null;