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