export interface GetCustomFieldOption {
  /** The ID of the custom field option. */
  id: string;
}
