unleash-server
Version:
Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.
11 lines (10 loc) • 362 B
TypeScript
import { FromSchema } from 'json-schema-to-ts';
export declare const parametersSchema: {
readonly $id: "#/components/schemas/parametersSchema";
readonly type: "object";
readonly additionalProperties: {
readonly type: "string";
};
readonly components: {};
};
export declare type ParametersSchema = FromSchema<typeof parametersSchema>;