/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ /** * A Contact's associated Tag. * Output purpose only. */ export interface ContactsInputLabel { /** Unique ID of the latest version of an existing resorce. */ etag?: string; /** * REQUIRED. Hashtag value; * NOTE: Keep in mind, hashtags are not case-sensitive, * but adding capital letters does make them easier to read: * #MakeAWish vs. #makeawish. */ label?: string; }