UNPKG

unleash-server

Version:

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

16 lines 453 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resetPasswordSchema = void 0; exports.resetPasswordSchema = { $id: '#/components/schemas/resetPasswordSchema', type: 'object', additionalProperties: false, required: ['resetPasswordUrl'], properties: { resetPasswordUrl: { type: 'string', }, }, components: {}, }; //# sourceMappingURL=reset-password-schema.js.map