ExportPlatform type

Defines values for ExportPlatform. Possible values include: 'CoreML', 'TensorFlow', 'DockerFile', 'ONNX', 'VAIDK', 'OpenVino'

type ExportPlatform =
  | "CoreML"
  | "TensorFlow"
  | "DockerFile"
  | "ONNX"
  | "VAIDK"
  | "OpenVino"