/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ /** * - phone: Phone Number * - email: Email Address * - contact: General Form * - location: Current Location */ export type WebitelChatButtonRequest = (typeof WebitelChatButtonRequest)[keyof typeof WebitelChatButtonRequest]; export declare const WebitelChatButtonRequest: { readonly Phone: "phone"; readonly Email: "email"; readonly Contact: "contact"; readonly Location: "location"; };