ledfx
    Preparing search index...

    Interface PlaylistControlApiResponse

    Response for PUT /api/playlists control actions.

    interface PlaylistControlApiResponse {
        data?: { state: PlaylistRuntimeState };
        message?: string;
        payload?: { reason: string; type: "error" | "success" };
        status: "error" | "success";
    }
    Index

    Properties

    data?: { state: PlaylistRuntimeState }
    message?: string
    payload?: { reason: string; type: "error" | "success" }
    status: "error" | "success"