/** * 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 { MeetingAiSessionResourceSchemaAllOfRelationshipsMeetingData } from './MeetingAiSessionResourceSchemaAllOfRelationshipsMeetingData'; /** * * @export * @interface MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting */ export interface MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting { /** * * @type {MeetingAiSessionResourceSchemaAllOfRelationshipsMeetingData} * @memberof MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting */ data?: MeetingAiSessionResourceSchemaAllOfRelationshipsMeetingData; } /** * Check if a given object implements the MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting interface. */ export declare function instanceOfMeetingAiSessionResourceSchemaAllOfRelationshipsMeeting(value: object): value is MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting; export declare function MeetingAiSessionResourceSchemaAllOfRelationshipsMeetingFromJSON(json: any): MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting; export declare function MeetingAiSessionResourceSchemaAllOfRelationshipsMeetingFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting; export declare function MeetingAiSessionResourceSchemaAllOfRelationshipsMeetingToJSON(json: any): MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting; export declare function MeetingAiSessionResourceSchemaAllOfRelationshipsMeetingToJSONTyped(value?: MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting.d.ts.map