Flavor type
Definuje hodnoty pro Flavor. Mezi možné hodnoty patří: Linux, Windows, ONNX10, ONNX12, ARM, TensorFlowNormal, TensorFlowLite.
type Flavor =
| "Linux"
| "Windows"
| "ONNX10"
| "ONNX12"
| "ARM"
| "TensorFlowNormal"
| "TensorFlowLite"