InterfaceDeclaration
hydra.typeScript.syntax.InterfaceDeclaration
case class InterfaceDeclaration(name: Identifier, typeParameters: Seq[TypeParameter], `extends`: Seq[TypeExpression], members: Seq[PropertySignature])
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article