@tempots/ui > MakeResourceOptions > load
A function to load the resource, returning a promise of the value.
Signature:
readonly load: (options: ResourceLoadOptions<R, V, E>) => Promise<V>;