UNPKG

@meeting-baas/sdk

Version:

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

37 lines (36 loc) 662 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 CalendarListEntry */ export interface CalendarListEntry { /** * * @type {string} * @memberof CalendarListEntry */ 'email': string; /** * * @type {string} * @memberof CalendarListEntry */ 'id': string; /** * * @type {boolean} * @memberof CalendarListEntry */ 'isPrimary': boolean; }