UNPKG

@aiozstream/nodejs-client

Version:
23 lines (22 loc) 611 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 Controls from './Controls.js'; import Theme from './Theme.js'; export default class CreatePlayerThemeRequest { 'controls'?: Controls; 'isDefault'?: boolean; 'name'?: string; 'theme'?: Theme; static readonly discriminator?: string; static readonly attributeTypeMap: Array<AttributeType>; static getAttributeTypeMap(): Array<AttributeType>; }