UNPKG

@bolttech/server-side-next

Version:

This library was generated with [Nx](https://nx.dev).

7 lines (6 loc) 282 B
import { ConfigServiceInterface } from '../interfaces/config-service.interface'; export declare class ConfigService implements ConfigServiceInterface { get(key: string): string; getConfig(): Record<string, string>; } export declare const configService: ConfigService;