Properties
Optional computed
computed?: boolean
Optional end
end?: null | number
Optional extra
extra?: Record<string, unknown> key
kind
kind: "get" | "method" | "set"
Optional optional
optional?: null | boolean
parameters
Optional range
range?: [number, number]
Optional start
start?: null | number
Optional trailingComments
trailingComments?: null | Comment[] type
type: "TSMethodSignature"
Optional typeAnnotation
Optional typeParameters