UNPKG

@aiozstream/nodejs-client

Version:
24 lines (23 loc) 647 B
/** * @aiozstream/nodejs-client * Aioz Stream Service * * The version of the OpenAPI document: 1.0 * * * NOTE: This class is auto generated. * Do not edit the class manually. */ import AttributeType from './AttributeType.js'; import VideoChapter from './VideoChapter.js'; export default class PlaylistItemMedia { 'chapters'?: Array<VideoChapter>; 'duration'?: number; 'hlsUrl'?: string; 'qualities'?: string; 'thumbnailUrl'?: string; 'title'?: string; static readonly discriminator?: string; static readonly attributeTypeMap: Array<AttributeType>; static getAttributeTypeMap(): Array<AttributeType>; }