Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 97 Bytes

simple-interface.md

File metadata and controls

8 lines (7 loc) · 97 Bytes

The { should not dissapear

interface User {
  name: string
  id: number
}