/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ /** * - GROUP_TYPE_UNSPECIFIED: Default value * - STATIC: Static group * - DYNAMIC: Dynamic group */ export type ContactsGroupType = (typeof ContactsGroupType)[keyof typeof ContactsGroupType]; export declare const ContactsGroupType: { readonly GroupTypeUnspecified: "GROUP_TYPE_UNSPECIFIED"; readonly Static: "STATIC"; readonly Dynamic: "DYNAMIC"; };