unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
12 lines • 471 B
TypeScript
import type { FromSchema } from 'json-schema-to-ts';
export declare const parametersSchema: {
readonly $id: "#/components/schemas/parametersSchema";
readonly type: "object";
readonly description: "A list of parameters for a strategy";
readonly additionalProperties: {
readonly type: "string";
};
readonly components: {};
};
export type ParametersSchema = FromSchema<typeof parametersSchema>;
//# sourceMappingURL=parameters-schema.d.ts.map