/** * 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 JobAttributesLocationItemSchema */ export interface JobAttributesLocationItemSchema { /** * * @type {string} * @memberof JobAttributesLocationItemSchema */ city?: string; /** * * @type {string} * @memberof JobAttributesLocationItemSchema */ country?: string; /** * * @type {string} * @memberof JobAttributesLocationItemSchema */ region?: string; } /** * Check if a given object implements the JobAttributesLocationItemSchema interface. */ export declare function instanceOfJobAttributesLocationItemSchema(value: object): value is JobAttributesLocationItemSchema; export declare function JobAttributesLocationItemSchemaFromJSON(json: any): JobAttributesLocationItemSchema; export declare function JobAttributesLocationItemSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobAttributesLocationItemSchema; export declare function JobAttributesLocationItemSchemaToJSON(json: any): JobAttributesLocationItemSchema; export declare function JobAttributesLocationItemSchemaToJSONTyped(value?: JobAttributesLocationItemSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobAttributesLocationItemSchema.d.ts.map