UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

17 lines 465 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', }, valkey: { type: 'boolean', description: 'Whether or not the Valkey status is healthy', }, }, }; //# sourceMappingURL=Health.js.map