txtdot/src/config/config.interface.ts
2023-08-13 20:38:33 +03:00

4 lines
64 B
TypeScript

export interface IConfigService {
get(key: string): string;
}