import {Id} from '../shared'; export interface User { [_: string]: any; id: Id; name: string; }