/** * 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 { CommentRelationshipsAuthorSchemaData } from './CommentRelationshipsAuthorSchemaData'; /** * * @export * @interface CalendarRelationshipsOwnerSchema */ export interface CalendarRelationshipsOwnerSchema { /** * * @type {CommentRelationshipsAuthorSchemaData} * @memberof CalendarRelationshipsOwnerSchema */ data?: CommentRelationshipsAuthorSchemaData; } /** * Check if a given object implements the CalendarRelationshipsOwnerSchema interface. */ export declare function instanceOfCalendarRelationshipsOwnerSchema(value: object): value is CalendarRelationshipsOwnerSchema; export declare function CalendarRelationshipsOwnerSchemaFromJSON(json: any): CalendarRelationshipsOwnerSchema; export declare function CalendarRelationshipsOwnerSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CalendarRelationshipsOwnerSchema; export declare function CalendarRelationshipsOwnerSchemaToJSON(json: any): CalendarRelationshipsOwnerSchema; export declare function CalendarRelationshipsOwnerSchemaToJSONTyped(value?: CalendarRelationshipsOwnerSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=CalendarRelationshipsOwnerSchema.d.ts.map