PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/avalanche/typings/src/apis/health

Просмотр файла: interfaces.d.ts

/**
 * @packageDocumentation
 * @module Health-Interfaces
 */
export interface Entity {
    message?: Object[];
    timestamp: string;
    duration: number;
    contiguousFailures?: number;
    timeOfFirstFailure?: string;
}
export interface Checks {
    C: Entity;
    P: Entity;
    X: Entity;
    bootstrapped: Entity;
    network: Entity;
    router: Entity;
}
export interface HealthResponse {
    checks: Checks;
    healthy: boolean;
}
//# sourceMappingURL=interfaces.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!