зеркало из https://github.com/github/docs.git
enum type could be an array that contains a null value (#35186)
This commit is contained in:
Родитель
b37646b9e1
Коммит
b25f57ed67
|
@ -26,7 +26,7 @@ export interface ChildParameter {
|
|||
description: string
|
||||
type: string
|
||||
isRequired?: boolean
|
||||
enum?: null | string[]
|
||||
enum?: Array<string | null>
|
||||
default?: string | boolean | number | undefined | string[]
|
||||
childParamsGroups?: ChildParameter[]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче