UNPKG

unleash-server

Version:

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

6 lines 539 B
import { type ITestDb } from '../helpers/database-init.js'; import { type FeatureToggle } from '../../../lib/types/model.js'; import type { ClientFeatureSchema } from '../../../lib/openapi/spec/client-feature-schema.js'; import type { SegmentSchema } from '../../../lib/openapi/spec/segment-schema.js'; export declare const seedDatabaseForPlaygroundTest: (database: ITestDb, features: ClientFeatureSchema[], environment: string, segments?: SegmentSchema[]) => Promise<FeatureToggle[]>; //# sourceMappingURL=playground-service.test.d.ts.map