StringDict type

Key-Value tipo para admitir queryParams, extraQueryParams y notificaciones

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