/* tslint:disable */ /* eslint-disable */ /** * TwitchGameApi * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * * @export * @interface PlatformLoginModel */ export interface PlatformLoginModel { /** * * @type {number} * @memberof PlatformLoginModel */ id?: number; /** * * @type {string} * @memberof PlatformLoginModel */ type?: string | null; /** * * @type {string} * @memberof PlatformLoginModel */ loginName?: string | null; /** * * @type {string} * @memberof PlatformLoginModel */ displayName?: string | null; /** * * @type {string} * @memberof PlatformLoginModel */ email?: string | null; /** * * @type {string} * @memberof PlatformLoginModel */ broadcasterType?: string | null; /** * * @type {string} * @memberof PlatformLoginModel */ profileImageUrl?: string | null; /** * * @type {number} * @memberof PlatformLoginModel */ currentViewCount?: number; /** * * @type {number} * @memberof PlatformLoginModel */ streamFollowCount?: number; /** * * @type {string} * @memberof PlatformLoginModel */ platformClientId?: string | null; /** * * @type {boolean} * @memberof PlatformLoginModel */ isStreaming?: boolean; /** * * @type {string} * @memberof PlatformLoginModel */ streamGameId?: string | null; /** * * @type {string} * @memberof PlatformLoginModel */ streamGameName?: string | null; /** * * @type {string} * @memberof PlatformLoginModel */ streamTitle?: string | null; /** * * @type {string} * @memberof PlatformLoginModel */ streamThumbnailUrl?: string | null; /** * * @type {number} * @memberof PlatformLoginModel */ userId?: number; }