Skip to main content

Interfaces and Type Aliases

Interfaces

0:00
LearnStep 1/2

Creating Interfaces

Interfaces

Interfaces define the shape of objects:

typescript

Optional Properties

typescript

Readonly Properties

typescript