/** * Innertickets API * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: v1 * * * 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. */ import { ApiUserTypeVM } from './apiUserTypeVM'; import { ImageVM } from './imageVM'; import { OAuthApiUserSecurities } from './oAuthApiUserSecurities'; import { OAuthEventType } from './oAuthEventType'; import { OAuthOrgType } from './oAuthOrgType'; import { TimeZoneVM } from './timeZoneVM'; export interface Me { aid?: number; aut?: number; utn?: string; cn?: string; cs?: string; cu?: string; crp?: string; prp?: string; cp?: string; et?: Array; ot?: Array; ci?: Array; cc?: string; ms?: number; tz?: TimeZoneVM; ccd?: Date; aui?: number; ui?: string; ufn?: string; uln?: string; us?: Array; tt?: number; coid?: number; ut?: ApiUserTypeVM; }