UNPKG

@dasch-swiss/dsp-js

Version:
24 lines 364 B
/** * Represents Knora's state of health. * * @category Model System */ export declare class HealthResponse { /** * Message */ message: string; /** * Name */ name: string; /** * Severity */ severity: string; /** * Status */ status: boolean; } //# sourceMappingURL=health-response.d.ts.map