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