@wix/app-extensions 1.0.72 → 1.0.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24224,6 +24224,8 @@ interface WixelSPIConfig {
24224
24224
  exposeCreateAssetByFile?: boolean;
24225
24225
  /** Whether handle project duplicated handling is enabled for this SPI implementation. */
24226
24226
  exposeHandleProjectDuplicated?: boolean;
24227
+ /** Whether get export config is enabled for this SPI implementation */
24228
+ exposeGetExportConfig?: boolean;
24227
24229
  /** Which file media type is supported by this SPI implementation when creating assets by file. */
24228
24230
  fileMediaType?: FileMediaTypeWithLiterals;
24229
24231
  }