UNPKG

unleash-server

Version:

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

7 lines 293 B
import { type ApiErrorSchema, UnleashError } from './unleash-error.js'; export default class IncompatibleProjectError extends UnleashError { statusCode: number; constructor(targetProject: string); toJSON(): ApiErrorSchema; } //# sourceMappingURL=incompatible-project-error.d.ts.map