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