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