UNPKG

@aiozstream/nodejs-client

Version:
26 lines (25 loc) 694 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 PlaylistItemMedia from './PlaylistItemMedia.js'; export default class PlaylistItem { 'createdAt'?: string; 'id'?: string; 'nextId'?: string; 'playlistId'?: string; 'previousId'?: string; 'updatedAt'?: string; 'video'?: PlaylistItemMedia; 'videoId'?: string; static readonly discriminator?: string; static readonly attributeTypeMap: Array<AttributeType>; static getAttributeTypeMap(): Array<AttributeType>; }