StringDict type

Key-Value typ för att stödja queryParams, extraQueryParams och anspråk

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