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