1 2 3 4 5 6
import {Need} from './Need'; export interface User { username: string; cupboard: Need[]; }