Type Alias ExportDiProjectReq

type ExportDiProjectReq = {
    includeBindings?: boolean;
}
Index

Properties

Properties

includeBindings?: boolean

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