UNPKG

@readium/shared

Version:

Shared models to be used across other Readium projects and implementations in Typescript

11 lines (10 loc) 301 B
import { Encryption } from './Encryption'; declare module '../Properties' { interface Properties { /** * Indicates that a resource is encrypted/obfuscated and provides relevant information for * decryption. */ encryption: Encryption | undefined; } }