| 11 | * |
| 12 | */ |
| 13 | export class ServerConfiguration<T extends { [key: string]: string }> implements BaseServerConfiguration { |
| 14 | public constructor(private url: string, private variableConfiguration: T) {} |
| 15 | |
| 16 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected