Flavor type

Defines values for Flavor. Possible values include: 'Linux', 'Windows', 'ONNX10', 'ONNX12', 'ARM', 'TensorFlowNormal', 'TensorFlowLite'

type Flavor =
  | "Linux"
  | "Windows"
  | "ONNX10"
  | "ONNX12"
  | "ARM"
  | "TensorFlowNormal"
  | "TensorFlowLite"