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