Go to repository
Internal

Interface ItemBasedOptions

The options for command that expect a list of items.

interface ItemBasedOptions {
    force?: boolean;
    items?: string;
}

Properties

Properties

Optional
force?: boolean
Optional
items?: string