/** * 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 JobAttributesSettingsPersonaSchema */ export interface JobAttributesSettingsPersonaSchema { /** * * @type {string} * @memberof JobAttributesSettingsPersonaSchema */ weight?: string; } /** * Check if a given object implements the JobAttributesSettingsPersonaSchema interface. */ export declare function instanceOfJobAttributesSettingsPersonaSchema(value: object): value is JobAttributesSettingsPersonaSchema; export declare function JobAttributesSettingsPersonaSchemaFromJSON(json: any): JobAttributesSettingsPersonaSchema; export declare function JobAttributesSettingsPersonaSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobAttributesSettingsPersonaSchema; export declare function JobAttributesSettingsPersonaSchemaToJSON(json: any): JobAttributesSettingsPersonaSchema; export declare function JobAttributesSettingsPersonaSchemaToJSONTyped(value?: JobAttributesSettingsPersonaSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=JobAttributesSettingsPersonaSchema.d.ts.map