Interface OptionalParamDefinition<T>

Type Parameters

  • T

Hierarchy

Properties

defaultValue: T
description?: string
isFlag: boolean
isOptional: true
isVariadic: boolean
name: string
shortName?: string
type: ArgumentType<T>

Generated using TypeDoc