import { DownloadableDataLinkInterface } from './downloadableDataLinkInterface'; export interface DownloadableLinkRepositoryV1SavePutBody { link: DownloadableDataLinkInterface; isGlobalScopeContent?: boolean; }