model/ListedOrigin: Set extra_loader_arguments type to Dict[str, Any]
Some loaders, for instance the debian one, can have non string arguments
so change the extra_loader_arguments
type of the ListedOrigin
model to
something more generic.
Related to swh-lister#2979 (closed)
Migrated from D4924 (view on Phabricator)