interface ListBackendStagesResponse {
    stages: BackendStage[];
    totalCount: number;
}

Properties

Properties

stages: BackendStage[]

Paginated list of backend stages.

totalCount: number

Count of all backend stages matching the requested criteria.