Type definition for the environment data structure.
Type definition for the payload structure.
The unique tag for this resolution method
The resolve function for this resolution
Static
createInternal
Creates a new Resolution with the specified tag and resolve function.
A new Resolution instance
Represents a resolution method for an environment.
Each resolution has a unique tag, environment data type, payload type, and a resolve function that handles the actual value resolution.
Example