Stores project ID and its process ID.

interface ProcessMigrationResultModel {
    processId?: string;
    projectId?: string;
}

Properties

processId?: string

The ID of the process.

projectId?: string

The ID of the project.