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