ledfx
    Preparing search index...

    Interface Playlist

    Represents a single Playlist with its configuration.

    interface Playlist {
        config: PlaylistConfig;
        id: string;
    }
    Index

    Properties

    Properties

    id: string