A document related to a package.

PackageDocument

interface PackageDocument {
    contents: string;
    format: DocumentFormat;
    type: DocumentType;
}

Properties

Properties

contents: string

A Base64 encoded string of the file contents.

PackageDocument

PackageDocument

PackageDocument