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