@dasch-swiss/dsp-js
Version:
TypeScript client library for DSP-API
24 lines • 364 B
TypeScript
/**
* 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