export interface LoginParam { name: string; password: string; }