itd-api / ServiceState
Variable: ServiceState
ts
const ServiceState: Readonly<{
Degraded: "degraded";
Downtime: "downtime";
Operational: "operational";
}>;Defined in: types/enums.ts:134
Состояние сервиса платформы. Тип открытый.