/** * The action to be performed when purchasing the item, if it\'s not just \"buy\". */ export interface DestinyDefinitionsDestinyVendorItemDefinitionAction { executeSeconds?: number; isPositive?: boolean; }