Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

PlaylistResult

The playlist result.

API/Interfaces/PlaylistResult
hoshimi/src/types/Node.d.ts

Signature

export interface PlaylistResult

Properties

2
loadTypedata

Methods

0

No methods.

Properties

loadType#
loadType: LoadType.Playlist;

The load type of the result.

@type{LoadType.Playlist}
data#
data: Playlist;

The playlist data of the result.

@type{Playlist}