PodDefinitionHolder typedef
Type definition for a pod definition holder tuple.
This typedef represents a tuple containing:
- String name: The name of the pod
- PodDefinition definition: The pod definition
- List<String> aliases: List of aliases for the pod
Used internally for caching merged pod definitions with their metadata.
Implementation
typedef PodDefinitionHolder = (String name, PodDefinition definition, List<String> aliases);