UNPKG

unleash-server

Version:

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

7 lines 262 B
import { type ApiErrorSchema, UnleashError } from './unleash-error.js'; export default class PasswordUndefinedError extends UnleashError { statusCode: number; constructor(); toJSON(): ApiErrorSchema; } //# sourceMappingURL=password-undefined.d.ts.map