/** * 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 { MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting } from './MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting'; /** * * @export * @interface MeetingAiSessionResourceSchemaAllOfRelationships */ export interface MeetingAiSessionResourceSchemaAllOfRelationships { /** * * @type {MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting} * @memberof MeetingAiSessionResourceSchemaAllOfRelationships */ meeting?: MeetingAiSessionResourceSchemaAllOfRelationshipsMeeting; } /** * Check if a given object implements the MeetingAiSessionResourceSchemaAllOfRelationships interface. */ export declare function instanceOfMeetingAiSessionResourceSchemaAllOfRelationships(value: object): value is MeetingAiSessionResourceSchemaAllOfRelationships; export declare function MeetingAiSessionResourceSchemaAllOfRelationshipsFromJSON(json: any): MeetingAiSessionResourceSchemaAllOfRelationships; export declare function MeetingAiSessionResourceSchemaAllOfRelationshipsFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingAiSessionResourceSchemaAllOfRelationships; export declare function MeetingAiSessionResourceSchemaAllOfRelationshipsToJSON(json: any): MeetingAiSessionResourceSchemaAllOfRelationships; export declare function MeetingAiSessionResourceSchemaAllOfRelationshipsToJSONTyped(value?: MeetingAiSessionResourceSchemaAllOfRelationships | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=MeetingAiSessionResourceSchemaAllOfRelationships.d.ts.map