UNPKG

@aiozstream/nodejs-client

Version:
39 lines (33 loc) 740 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'; export default class VideoChapter { 'language'?: string; 'url'?: string; static readonly discriminator?: string = undefined; static readonly attributeTypeMap: Array<AttributeType> = [ { name: 'language', baseName: 'language', type: 'string', format: '', }, { name: 'url', baseName: 'url', type: 'string', format: '', }, ]; static getAttributeTypeMap(): Array<AttributeType> { return VideoChapter.attributeTypeMap; } }