Variable queryHandlersConst

queryHandlers: {
    10500: ((opts: TrackQueryOpts) => Promise<WaveformDetailed>);
    11012: ((opts: TrackQueryOpts) => Promise<CueAndLoop[]>);
    11268: ((opts: TrackQueryOpts) => Promise<WaveformHD>);
    4357: ((opts: PlaylistQueryOpts) => Promise<{
        folders: Playlist[];
        playlists: Playlist[];
        trackEntries: Item<TrackTitle>[];
    }>);
    8194: ((opts: TrackQueryOpts) => Promise<Track<WithRelations>>);
    8195: ((opts: HandlerOpts<{
        artworkId: number;
    }>) => Promise<Buffer>);
    8196: ((opts: TrackQueryOpts) => Promise<WaveformPreview>);
    8450: ((opts: TrackQueryOpts) => Promise<string>);
    8452: ((opts: TrackQueryOpts) => Promise<CueAndLoop[]>);
    8706: ((opts: TrackQueryOpts) => Promise<Track<WithRelations>>);
    8708: ((opts: TrackQueryOpts) => Promise<BeatGrid>);
} = ...

Type declaration

Generated using TypeDoc