ledfx
Preparing search index...
GetSinglePlaylistApiResponse
Interface GetSinglePlaylistApiResponse
Response for GET /api/playlists/{id}.
interface
GetSinglePlaylistApiResponse
{
data
?:
{
playlist
:
PlaylistConfig
}
;
message
?:
string
;
status
:
"error"
|
"success"
;
}
Index
Properties
data?
message?
status
Properties
Optional
data
data
?:
{
playlist
:
PlaylistConfig
}
Optional
message
message
?:
string
status
status
:
"error"
|
"success"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
message
status
ledfx
Loading...
Response for GET /api/playlists/{id}.