/** @group Interfaces */ export default interface NowPlayingConfiguration { /** Indicates whether the plugin is enabled; Default is true */ enabled?: boolean; }