/** * The requirements for being able to interact with this presentation node and its children. */ export interface DestinyDefinitionsPresentationDestinyPresentationNodeDefinitionRequirements { /** * If this node is not accessible due to Entitlements (for instance, you don\'t own the required game expansion), this is the message to show. */ entitlementUnavailableMessage?: string; }