Type alias PlaylistQueryOpts

PlaylistQueryOpts: HandlerOpts<{
    id?: number;
    isFolderRequest: boolean;
}>

Generated using TypeDoc