/* tslint:disable */ /* eslint-disable */ /** * customfieldsets * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * A simple representation, holds only the information that identifies the custom field */ export interface CustomFieldIdentity { /** * The encoded key of the entity, generated, globally unique */ encodedKey?: string; /** * User-provided ID of the custom field */ id?: string; }