Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPropsToPromptFor<SessCfgType>

Type parameters

Hierarchy

  • IPropsToPromptFor

Index

Properties

Optional description

description: string

Optional isGivenValueValid

isGivenValueValid: (givenValue: string) => boolean

Type declaration

    • (givenValue: string): boolean
    • Parameters

      • givenValue: string

      Returns boolean

name

name: keyof SessCfgType & string

Optional secure

secure: boolean

Generated using TypeDoc