@meeting-baas/sdk
Version:
Official SDK for Meeting BaaS API - https://meetingbaas.com
31 lines (30 loc) • 679 B
TypeScript
/**
* 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 SyncResponse
*/
export interface SyncResponse {
/**
* UUIDs of affected events
* @type {Array<string>}
* @memberof SyncResponse
*/
'affected_event_uuids'?: Array<string> | null;
/**
* timestamp of last updated event if some events has been updated.
* @type {string}
* @memberof SyncResponse
*/
'has_updates'?: string | null;
}