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