Interface IArchiveOptions

interface IArchiveOptions {
    password?: string;
}

Hierarchy

Properties

Properties

password?: string

Generated using TypeDoc