Logo Xantham

TsTypeLiteral Type

Represents a type literal `{ ... }` with inline members. Reflects: `TypeLiteralNode` and the corresponding anonymous object type. Example (TS): ```ts type Point = { x: number; y: number; (x: number): string } ```

Record fields

Record Field Description

Members

Full Usage: Members

Field type: TsMember list
Field type: TsMember list

Type something to start searching.