StringDict type

Key-Value tipo para dar suporte a queryParams, extraQueryParams e declarações

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