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