unleash-server
Version:
Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.
8 lines (7 loc) • 411 B
TypeScript
import joi from 'joi';
export declare const featureStrategySchema: joi.ObjectSchema<any>;
export declare const featureEnvironmentsSchema: joi.ObjectSchema<any>;
export declare const environmentSchema: joi.ObjectSchema<any>;
export declare const updateEnvironmentSchema: joi.ObjectSchema<any>;
export declare const sortOrderSchema: joi.ObjectSchema<any>;
export declare const stateSchema: joi.ObjectSchema<any>;