import { Token } from './token'; export interface LoginResponse { token: Token; username?: string; }