Generic entry wrapper type for bundle entries with...
IdentifiedResourceEntry<
T> =object
Generic entry wrapper type for bundle entries with identifiers. Used to wrap resources within bundle entries that need tracking IDs.
Type Parameters
T
T
The type of resource being wrapped
Properties
id
id:
string|null
Entry identifier
resource
resource:
T|null
The wrapped resource
