Logo Xantham

TsInterface Type

Represents a TypeScript `interface` type with its members and generics. Reflects: `InterfaceDeclaration` and its computed `InterfaceType`. Example (TS): ```ts export interface IterableLike extends Iterable { length: number } ```

Record fields

Record Field Description

Documentation

Full Usage: Documentation

Field type: TsComment list
Field type: TsComment list

Enumerable

Full Usage: Enumerable

Field type: bool
Field type: bool

FullyQualifiedName

Full Usage: FullyQualifiedName

Field type: string list
Field type: string list

Heritage

Full Usage: Heritage

Field type: TsInterfaceHeritage

Members

Full Usage: Members

Field type: TsMember list
Field type: TsMember list

Name

Full Usage: Name

Field type: string
Field type: string

Source

Full Usage: Source

Field type: string option
Field type: string option

TypeParameters

Full Usage: TypeParameters

Field type: InlinedTsTypeParameter list
Field type: InlinedTsTypeParameter list

Type something to start searching.