using System.Collections.Generic; using PepperDash.Essentials.Devices.Common.Codec; /// /// Defines the contract for IHasDirectoryHistoryStack /// public interface IHasDirectoryHistoryStack : IHasDirectory { /// /// Gets the DirectoryBrowseHistoryStack /// Stack DirectoryBrowseHistoryStack { get; } }