UNPKG

@meeting-baas/sdk

Version:

Official SDK for Meeting BaaS API - https://meetingbaas.com

49 lines (48 loc) 923 B
/** * Meeting BaaS API * Meeting BaaS API * * The version of the OpenAPI document: 1.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface GetStartedAccount */ export interface GetStartedAccount { /** * * @type {string} * @memberof GetStartedAccount */ 'email': string; /** * * @type {string} * @memberof GetStartedAccount */ 'firstname'?: string | null; /** * * @type {string} * @memberof GetStartedAccount */ 'google_token_id'?: string | null; /** * * @type {string} * @memberof GetStartedAccount */ 'lastname'?: string | null; /** * * @type {string} * @memberof GetStartedAccount */ 'microsoft_token_id'?: string | null; }