/** * 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 UserHistoryEventSchemaEventFeedback */ export interface UserHistoryEventSchemaEventFeedback { /** * * @type {string} * @memberof UserHistoryEventSchemaEventFeedback */ feedbackValue?: string; /** * * @type {string} * @memberof UserHistoryEventSchemaEventFeedback */ provider?: string; } /** * Check if a given object implements the UserHistoryEventSchemaEventFeedback interface. */ export declare function instanceOfUserHistoryEventSchemaEventFeedback(value: object): value is UserHistoryEventSchemaEventFeedback; export declare function UserHistoryEventSchemaEventFeedbackFromJSON(json: any): UserHistoryEventSchemaEventFeedback; export declare function UserHistoryEventSchemaEventFeedbackFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserHistoryEventSchemaEventFeedback; export declare function UserHistoryEventSchemaEventFeedbackToJSON(json: any): UserHistoryEventSchemaEventFeedback; export declare function UserHistoryEventSchemaEventFeedbackToJSONTyped(value?: UserHistoryEventSchemaEventFeedback | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=UserHistoryEventSchemaEventFeedback.d.ts.map