unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
9 lines • 467 B
TypeScript
import type { FromSchema } from 'json-schema-to-ts';
export declare const dependenciesExistSchema: {
readonly $id: "#/components/schemas/dependenciesExistSchema";
readonly type: "boolean";
readonly description: "`true` when any dependencies exist, `false` when no dependencies exist.";
readonly components: {};
};
export type DependenciesExistSchema = FromSchema<typeof dependenciesExistSchema>;
//# sourceMappingURL=dependencies-exist-schema.d.ts.map