UNPKG

@sprucelabs/spruce-event-utils

Version:

Some helpful utilities to speed up working with Mercury! 🚅

10 lines (9 loc) • 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); exports.default = (0, schema_1.buildErrorSchema)({ id: 'emptyMercuryResponse', name: 'empty mercury response', description: '', fields: {}, });