UNPKG

unleash-server

Version:

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

12 lines 563 B
import Controller from '../controller.js'; import type { IUnleashConfig } from '../../types/option.js'; import type { IUnleashServices } from '../../services/index.js'; declare class UserSplashController extends Controller { private logger; private userSplashService; private openApiService; constructor(config: IUnleashConfig, { userSplashService, openApiService, }: Pick<IUnleashServices, 'userSplashService' | 'openApiService'>); private updateSplashSettings; } export default UserSplashController; //# sourceMappingURL=user-splash.d.ts.map