Type Alias Config<T>

Config: Map<string, T>

Configuration type for storing key-value pairs

Type Parameters

  • T = unknown