Let\'s say I\'m building an event manager for a chat app.
interface User { userName: string; color: string; }