UNPKG

@jellyfin/sdk

Version:
31 lines (30 loc) 929 B
/** * 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/. */ /** * * @export * @enum {string} */ export declare const ExtraType: { readonly Unknown: "Unknown"; readonly Clip: "Clip"; readonly Trailer: "Trailer"; readonly BehindTheScenes: "BehindTheScenes"; readonly DeletedScene: "DeletedScene"; readonly Interview: "Interview"; readonly Scene: "Scene"; readonly Sample: "Sample"; readonly ThemeSong: "ThemeSong"; readonly ThemeVideo: "ThemeVideo"; readonly Featurette: "Featurette"; readonly Short: "Short"; }; export type ExtraType = typeof ExtraType[keyof typeof ExtraType];