/** * 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 const WebitelChatButtonRequest = { Phone: 'phone', Email: 'email', Contact: 'contact', Location: 'location', } as const;