Skip to main content
✏️ Code CompletionTS TypeScript Easy+10 XP

Interface Definition

Complete the interface.

✏️ Fill in the blank
___ User {
    name: string;
    age: number;
}

✏️ Type the missing code: