Loading function for a Resource.
Resource
type ResourceLoader<T, R> = (param: ResourceLoaderParams<R>) => PromiseLike<T>