Coal LLC - v1.0.0
    Preparing search index...

    Interface IDownloadRemoveOptions

    interface IDownloadRemoveOptions {
        confirmed?: boolean;
        silent?: boolean;
    }
    Index

    Properties

    Properties

    confirmed?: boolean

    If true, skip the confirmation dialog (caller already confirmed with user)

    silent?: boolean