UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

12 lines (11 loc) 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const schema_1 = require("@sprucelabs/schema"); const unknownErrorSchema = { id: 'unknownError', namespace: 'MercuryClient', name: 'Unknown error', fields: {} }; schema_1.SchemaRegistry.getInstance().trackSchema(unknownErrorSchema); exports.default = unknownErrorSchema;