UNPKG

@hg8496/gridvis-client

Version:

A library to access all GridVis data

13 lines (12 loc) 402 B
export interface IProject { /** Name of the project. */ name: string; /** Status of the project. */ status: string; /** Display name of project status. In locale of the server. */ displayStatus: string; /** Number of devices in the project. Only when project is in state Ready. */ numberOfDevices?: number; /** Path to project on the server. */ path?: string; }