StringDict type

Key-Value tipo para suportar queryParams, extraQueryParams e reivindicações

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