import { DownloadableDataSampleInterface } from './downloadableDataSampleInterface'; export interface DownloadableSampleRepositoryV1SavePutBody { sample: DownloadableDataSampleInterface; isGlobalScopeContent?: boolean; }