/** * 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 declare const WebitelChatMessageButtonRequest: { readonly Phone: "phone"; readonly Email: "email"; readonly Contact: "contact"; readonly Location: "location"; };