UNPKG

marsol

Version:
14 lines (13 loc) 193 B
/** * * @export * @interface HealthResponse */ export interface HealthResponse { /** * * @type {string} * @memberof HealthResponse */ status?: 'ok' | 'error'; }