Type Alias: SpaceStatusDto
@kortexya/reasoninglayer / Spaces / SpaceStatusDto
Type Alias: SpaceStatusDto
SpaceStatusDto = {
type:"running"; } | {type:"failed"; } | {type:"succeeded"; } | {count:number;type:"alternatives"; }
Defined in: src/types/spaces.ts:20
Status of a computation space.
Remarks
Tagged union discriminated by type.