chromium/ash/webui/camera_app_ui/resources/js/flag.ts

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

/**
 * Name of the chrome flags.
 */
export enum Flag {
  DIGITAL_ZOOM = 'digital_zoom',
  PREVIEW_OCR = 'preview_ocr',
  SUPER_RES = 'super_res',
}