UNPKG

66 BPlain TextView Raw
1interface Person {
2 firstname: string;
3 lastname: string;
4}