Type Alias ExportDiProjectReq

type ExportDiProjectReq = {
    includeBindings?: boolean;
    mode?: DiExportMode;
}
Index

Properties

includeBindings?: boolean

Include bindings in the exported zip file (optional, default is false)

Defines the export format for the project files.

  • 'LEGACY': Exports a ZIP of the previous JSON files. Deprecated and will be removed in a future release.
  • 'MINIMAL': Exports a ZIP of the new YAML files, including only non-default attribute values.
  • 'ALL': Exports a ZIP of the new YAML files, including all attributes.