UNPKG

@bolttech/server-side-next

Version:

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

5 lines (4 loc) 119 B
export interface ConfigServiceInterface { get(key: string): string; getConfig(): Record<string, string>; }