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