export interface DownloadRestriction { /** * Whether download and copy is restricted for readers. */ restrictedForReaders?: boolean; /** * Whether download and copy is restricted for writers. If true, download is also restricted for readers. */ restrictedForWriters?: boolean; } //# sourceMappingURL=DownloadRestriction.d.ts.map