StringDict type

Key-Value type pour prendre en charge queryParams, extraQueryParams et revendications

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