@jellyfin/sdk
Version:
A TypeScript SDK for Jellyfin.
56 lines (55 loc) • 1.92 kB
TypeScript
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* Do not edit the class manually.
*
* Jellyfin API
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/**
* The base item kind.
* @export
* @enum {string}
*/
export declare const BaseItemKind: {
readonly AggregateFolder: "AggregateFolder";
readonly Audio: "Audio";
readonly AudioBook: "AudioBook";
readonly BasePluginFolder: "BasePluginFolder";
readonly Book: "Book";
readonly BoxSet: "BoxSet";
readonly Channel: "Channel";
readonly ChannelFolderItem: "ChannelFolderItem";
readonly CollectionFolder: "CollectionFolder";
readonly Episode: "Episode";
readonly Folder: "Folder";
readonly Genre: "Genre";
readonly ManualPlaylistsFolder: "ManualPlaylistsFolder";
readonly Movie: "Movie";
readonly LiveTvChannel: "LiveTvChannel";
readonly LiveTvProgram: "LiveTvProgram";
readonly MusicAlbum: "MusicAlbum";
readonly MusicArtist: "MusicArtist";
readonly MusicGenre: "MusicGenre";
readonly MusicVideo: "MusicVideo";
readonly Person: "Person";
readonly Photo: "Photo";
readonly PhotoAlbum: "PhotoAlbum";
readonly Playlist: "Playlist";
readonly PlaylistsFolder: "PlaylistsFolder";
readonly Program: "Program";
readonly Recording: "Recording";
readonly Season: "Season";
readonly Series: "Series";
readonly Studio: "Studio";
readonly Trailer: "Trailer";
readonly TvChannel: "TvChannel";
readonly TvProgram: "TvProgram";
readonly UserRootFolder: "UserRootFolder";
readonly UserView: "UserView";
readonly Video: "Video";
readonly Year: "Year";
};
export type BaseItemKind = typeof BaseItemKind[keyof typeof BaseItemKind];