UNPKG

sardines-shoal

Version:

A built-in service provider for sardines.js

11 lines 351 B
import { SystemLoad } from './system_load'; import { Sardines } from 'sardines-core'; export interface AgentState { hasHostStatStarted: boolean; hasHostInfoUpdated: boolean; providers: Sardines.Runtime.ProviderCache; hostId: string | null; perf: SystemLoad | null; heartbeatRounds: number; } //# sourceMappingURL=agent.d.ts.map