We use cookies to enhance your browsing experience.

Learn More
Back to Library
TStypescript

Basic Interface

Define an object shape interface.

interface User {
  id: number;
  name: string;
  email?: string; // Optional
}

const user: User = {
  id: 1,
  name: "John"
};
ts interface types
25+Total Tools
Operations
4Languages
100%Privacy

We use cookies to enhance your experience and serve personalized ads.