Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TSInterfaceDeclaration

Hierarchy

  • Node
    • TSInterfaceDeclaration

Index

Properties

body

declare

declare: boolean | null

end

end: number

extends

id

Optional innerComments

innerComments: Comment[]

Optional leadingComments

leadingComments: Comment[]

loc

start

start: number

Optional trailingComments

trailingComments: Comment[]

type

type: "TSInterfaceDeclaration"

typeParameters

typeParameters: TypeParameterDeclaration | null

Generated using TypeDoc