/** * 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 WebitelChatMessageButtonRequest = (typeof WebitelChatMessageButtonRequest)[keyof typeof WebitelChatMessageButtonRequest]; export const WebitelChatMessageButtonRequest = { Phone: 'phone', Email: 'email', Contact: 'contact', Location: 'location', } as const;