@tikoci/centrs
    Preparing search index...

    Interface RemoveDeviceArgs

    interface RemoveDeviceArgs {
        cdb: LoadedCdb;
        match?: string;
        target: string;
        writeOptions?: WriteWinBoxCdbOptions;
    }
    Index

    Properties

    match?: string

    Disambiguator passed through to requireSingleMatch.

    target: string
    writeOptions?: WriteWinBoxCdbOptions