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