Edit

Share via


StringDict type

Key-Value type to support queryParams, extraQueryParams and claims

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