Type Alias AddQuestionMark<T>

AddQuestionMark<T>: `?${T}`

添加可选的简单类型

Type Parameters

  • T extends string