interface DeleteProjectResponse {
    Status?: ProjectStatus;
}

Hierarchy (view full)

Properties

Properties

Status?: ProjectStatus

The current status of the delete project operation.