/** * 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. */ /** * * @export * @interface ScheduleRelationshipsConversationSchemaData */ export interface ScheduleRelationshipsConversationSchemaData { /** * * @type {string} * @memberof ScheduleRelationshipsConversationSchemaData */ type?: string; /** * * @type {string} * @memberof ScheduleRelationshipsConversationSchemaData */ id?: string; } /** * Check if a given object implements the ScheduleRelationshipsConversationSchemaData interface. */ export declare function instanceOfScheduleRelationshipsConversationSchemaData(value: object): value is ScheduleRelationshipsConversationSchemaData; export declare function ScheduleRelationshipsConversationSchemaDataFromJSON(json: any): ScheduleRelationshipsConversationSchemaData; export declare function ScheduleRelationshipsConversationSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsConversationSchemaData; export declare function ScheduleRelationshipsConversationSchemaDataToJSON(json: any): ScheduleRelationshipsConversationSchemaData; export declare function ScheduleRelationshipsConversationSchemaDataToJSONTyped(value?: ScheduleRelationshipsConversationSchemaData | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=ScheduleRelationshipsConversationSchemaData.d.ts.map