UNPKG

@azure/web-pubsub

Version:
10 lines 375 B
import { HealthApiGetServiceStatusOptionalParams } from "../models/index.js"; /** Interface representing a HealthApi. */ export interface HealthApi { /** * Get service health status. * @param options The options parameters. */ getServiceStatus(options?: HealthApiGetServiceStatusOptionalParams): Promise<void>; } //# sourceMappingURL=healthApi.d.ts.map