ExportPlatform type
Definiuje wartości elementu ExportPlatform. Możliwe wartości to: "CoreML", "TensorFlow", "DockerFile", "ONNX", "VAIDK", "OpenVino"
type ExportPlatform =
| "CoreML"
| "TensorFlow"
| "DockerFile"
| "ONNX"
| "VAIDK"
| "OpenVino"