ledfx
    Preparing search index...

    Interface GetPlaylistsApiResponse

    Response for GET /api/playlists.

    interface GetPlaylistsApiResponse {
        message?: string;
        playlists: Record<string, PlaylistConfig>;
        status: "error" | "success";
    }
    Index

    Properties

    message?: string
    playlists: Record<string, PlaylistConfig>
    status: "error" | "success"