/** * 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 SubmitGuestResponseRequestBodyDataAttributes */ export interface SubmitGuestResponseRequestBodyDataAttributes { /** * Keyed by questionId. Scale values are classified server-side (0-6 detractor, 7-8 passive, 9-10 promoter for nps questions). * @type {object} * @memberof SubmitGuestResponseRequestBodyDataAttributes */ answers: object; } /** * Check if a given object implements the SubmitGuestResponseRequestBodyDataAttributes interface. */ export declare function instanceOfSubmitGuestResponseRequestBodyDataAttributes(value: object): value is SubmitGuestResponseRequestBodyDataAttributes; export declare function SubmitGuestResponseRequestBodyDataAttributesFromJSON(json: any): SubmitGuestResponseRequestBodyDataAttributes; export declare function SubmitGuestResponseRequestBodyDataAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmitGuestResponseRequestBodyDataAttributes; export declare function SubmitGuestResponseRequestBodyDataAttributesToJSON(json: any): SubmitGuestResponseRequestBodyDataAttributes; export declare function SubmitGuestResponseRequestBodyDataAttributesToJSONTyped(value?: SubmitGuestResponseRequestBodyDataAttributes | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SubmitGuestResponseRequestBodyDataAttributes.d.ts.map