import {Need} from './Need'; export interface User { username: string; cupboard: Need[]; }