unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
5 lines • 727 B
TypeScript
import type { AdvancedPlaygroundRequestSchema, AdvancedPlaygroundResponseSchema, PlaygroundRequestSchema, PlaygroundResponseSchema } from '../../openapi/index.js';
import type { AdvancedPlaygroundFeatureEvaluationResult, PlaygroundFeatureEvaluationResult } from './playground-service.js';
export declare const advancedPlaygroundViewModel: (input: AdvancedPlaygroundRequestSchema, playgroundResult: AdvancedPlaygroundFeatureEvaluationResult[], invalidContextProperties?: string[]) => AdvancedPlaygroundResponseSchema;
export declare const playgroundViewModel: (input: PlaygroundRequestSchema, playgroundResult: PlaygroundFeatureEvaluationResult[]) => PlaygroundResponseSchema;
//# sourceMappingURL=playground-view-model.d.ts.map