/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { EventRelationshipsSchemaCalendarData } from './EventRelationshipsSchemaCalendarData'; /** * * @export * @interface EventRelationshipsSchemaCalendar */ export interface EventRelationshipsSchemaCalendar { /** * * @type {EventRelationshipsSchemaCalendarData} * @memberof EventRelationshipsSchemaCalendar */ data?: EventRelationshipsSchemaCalendarData; } /** * Check if a given object implements the EventRelationshipsSchemaCalendar interface. */ export declare function instanceOfEventRelationshipsSchemaCalendar(value: object): value is EventRelationshipsSchemaCalendar; export declare function EventRelationshipsSchemaCalendarFromJSON(json: any): EventRelationshipsSchemaCalendar; export declare function EventRelationshipsSchemaCalendarFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventRelationshipsSchemaCalendar; export declare function EventRelationshipsSchemaCalendarToJSON(json: any): EventRelationshipsSchemaCalendar; export declare function EventRelationshipsSchemaCalendarToJSONTyped(value?: EventRelationshipsSchemaCalendar | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=EventRelationshipsSchemaCalendar.d.ts.map