Check
client.health.check(RequestOptionsoptions?): void
GET/health
Check
import OvermindLab from 'overmind-lab';
const client = new OvermindLab();
await client.health.check();import OvermindLab from 'overmind-lab';
const client = new OvermindLab();
await client.health.check();