UNPKG

unleash-server

Version:

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

5 lines (4 loc) 217 B
import joi from 'joi'; export declare const clientMetricsSchema: joi.ObjectSchema<any>; export declare const applicationSchema: joi.ObjectSchema<any>; export declare const clientRegisterSchema: joi.ObjectSchema<any>;