UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

13 lines 335 B
export const Health = { type: 'object', description: 'A health check status', readOnly: true, additionalProperties: false, properties: { database: { type: 'boolean', description: 'Whether or not the database status is healthy', }, }, }; //# sourceMappingURL=Health.js.map