/** * 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. */ import type { JobRelationshipsUsersDataSchema } from './JobRelationshipsUsersDataSchema'; /** * * @export * @interface JobRelationshipsUsersSchema */ export interface JobRelationshipsUsersSchema { /** * * @type {Array} * @memberof JobRelationshipsUsersSchema */ data?: Array; } /** * Check if a given object implements the JobRelationshipsUsersSchema interface. */ export declare function instanceOfJobRelationshipsUsersSchema(value: object): value is JobRelationshipsUsersSchema; export declare function JobRelationshipsUsersSchemaFromJSON(json: any): JobRelationshipsUsersSchema; export declare function JobRelationshipsUsersSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRelationshipsUsersSchema; export declare function JobRelationshipsUsersSchemaToJSON(json: any): JobRelationshipsUsersSchema; export declare function JobRelationshipsUsersSchemaToJSONTyped(value?: JobRelationshipsUsersSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobRelationshipsUsersSchema.d.ts.map