Properties
Optional accessibility
accessibility?: null | "public" | "private" | "protected"
Optional decorators
Optional end
end?: null | number
Optional extra
extra?: Record<string, unknown> Optional override
override?: null | boolean
parameter
Optional range
range?: [number, number]
Optional readonly
readonly?: null | boolean
Optional start
start?: null | number
Optional trailingComments
trailingComments?: null | Comment[] type
type: "TSParameterProperty"