/** * 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 JobAttributesSiteItemSchema */ export interface JobAttributesSiteItemSchema { /** * * @type {string} * @memberof JobAttributesSiteItemSchema */ siteId?: string | null; /** * * @type {string} * @memberof JobAttributesSiteItemSchema */ siteName?: string | null; /** * * @type {string} * @memberof JobAttributesSiteItemSchema */ siteType?: string; } /** * Check if a given object implements the JobAttributesSiteItemSchema interface. */ export declare function instanceOfJobAttributesSiteItemSchema(value: object): value is JobAttributesSiteItemSchema; export declare function JobAttributesSiteItemSchemaFromJSON(json: any): JobAttributesSiteItemSchema; export declare function JobAttributesSiteItemSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobAttributesSiteItemSchema; export declare function JobAttributesSiteItemSchemaToJSON(json: any): JobAttributesSiteItemSchema; export declare function JobAttributesSiteItemSchemaToJSONTyped(value?: JobAttributesSiteItemSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobAttributesSiteItemSchema.d.ts.map