import { DownloadRestriction } from './DownloadRestriction'; export interface DownloadRestrictionsMetadata { itemDownloadRestriction?: DownloadRestriction; effectiveDownloadRestrictionWithContext?: DownloadRestriction; } //# sourceMappingURL=DownloadRestrictionsMetadata.d.ts.map