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