Interface ParsedOptions

interface ParsedOptions {
    _: string[];
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

_

Properties

_: string[]