ledfx
    Preparing search index...

    Interface DeletePlaylistApiResponse

    Response for DELETE /api/playlists/{id}.

    interface DeletePlaylistApiResponse {
        message?: string;
        payload?: { reason: string; type: "error" | "success" };
        status: "error" | "success";
    }
    Index

    Properties

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