ledfx
    Preparing search index...

    Interface GetSinglePlaylistApiResponse

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

    interface GetSinglePlaylistApiResponse {
        data?: { playlist: PlaylistConfig };
        message?: string;
        status: "error" | "success";
    }
    Index

    Properties

    Properties

    data?: { playlist: PlaylistConfig }
    message?: string
    status: "error" | "success"