StringDict type

Key-Value tipo per supportare queryParams, extraQueryParams e attestazioni

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