/** * 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. */ /** * Optional locale maps for the scale endpoints. * @export * @interface SurveyQuestionSchemaScaleLabels */ export interface SurveyQuestionSchemaScaleLabels { /** * * @type {{ [key: string]: string; }} * @memberof SurveyQuestionSchemaScaleLabels */ min?: { [key: string]: string; }; /** * * @type {{ [key: string]: string; }} * @memberof SurveyQuestionSchemaScaleLabels */ max?: { [key: string]: string; }; } /** * Check if a given object implements the SurveyQuestionSchemaScaleLabels interface. */ export declare function instanceOfSurveyQuestionSchemaScaleLabels(value: object): value is SurveyQuestionSchemaScaleLabels; export declare function SurveyQuestionSchemaScaleLabelsFromJSON(json: any): SurveyQuestionSchemaScaleLabels; export declare function SurveyQuestionSchemaScaleLabelsFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyQuestionSchemaScaleLabels; export declare function SurveyQuestionSchemaScaleLabelsToJSON(json: any): SurveyQuestionSchemaScaleLabels; export declare function SurveyQuestionSchemaScaleLabelsToJSONTyped(value?: SurveyQuestionSchemaScaleLabels | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SurveyQuestionSchemaScaleLabels.d.ts.map