UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.

22 lines 539 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.splashSchema = void 0; exports.splashSchema = { $id: '#/components/schemas/splashSchema', type: 'object', additionalProperties: false, required: ['userId', 'splashId', 'seen'], properties: { userId: { type: 'number', }, splashId: { type: 'string', }, seen: { type: 'boolean', }, }, components: {}, }; //# sourceMappingURL=splash-schema.js.map