UNPKG

unleash-server

Version:

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

6 lines 300 B
import type { IConstraint } from '../../types/index.js'; export interface IConstraintsReadModel { validateConstraints(constraints: IConstraint[]): Promise<IConstraint[]>; validateConstraint(input: IConstraint): Promise<IConstraint>; } //# sourceMappingURL=constraints-read-model-type.d.ts.map