Return an array of Provider rather than a Record<string, Provider>.
Regarding the Provider object itself, the handlers property could be an array of ProviderHandler which gives some information about the handler such as id, label, description and anything else relevant as well as an options property being an array of ProviderHandlerOption.
Return an array of
Provider
rather than aRecord<string, Provider>
.Regarding the
Provider
object itself, thehandlers
property could be an array ofProviderHandler
which gives some information about the handler such asid
,label
,description
and anything else relevant as well as anoptions
property being an array ofProviderHandlerOption
.