/** * Model: HasExportSettingsTrait * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { ExportSetting } from '../export-setting'; export interface HasExportSettingsTrait { /** An array of export settings representing images to export from the node. */ exportSettings?: ExportSetting[]; } //# sourceMappingURL=has-export-settings-trait.d.ts.map