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