unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
5 lines • 464 B
TypeScript
import type { Db, IUnleashConfig } from '../../../server-impl';
import type { IProjectLifecycleSummaryReadModel } from './project-lifecycle-read-model-type';
export declare const createProjectLifecycleSummaryReadModel: (db: Db, config: IUnleashConfig) => IProjectLifecycleSummaryReadModel;
export declare const createFakeProjectLifecycleSummaryReadModel: () => IProjectLifecycleSummaryReadModel;
//# sourceMappingURL=createProjectLifecycleSummaryReadModel.d.ts.map