Skip to main content

Interface

Interface is a TypeScript construct used to define the shape and structure of objects.

Overview

Interfaces in TypeScript provide a powerful way to define contracts within your code and contracts with code outside of your project.