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