StringDict type

Key-Value Typ zur Unterstützung von queryParams, extraQueryParams und Ansprüchen

type StringDict = { [key: string]: string }