UNPKG

unleash-server

Version:

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

21 lines 507 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.updateUserSchema = void 0; exports.updateUserSchema = { $id: '#/components/schemas/updateUserSchema', type: 'object', additionalProperties: true, properties: { email: { type: 'string', }, name: { type: 'string', }, rootRole: { type: 'number', }, }, components: {}, }; //# sourceMappingURL=update-user-schema.js.map