ResourceCollection<T>
Description
A ResourceCollection
is an interface that represents a collection of key/value pairs, where key is a string used to identify the corresponding value.
TypeScript
It has the following signature:
[key: string]: T
Need help? Contact us!