types.ts 54 Bytes Raw Blame History Permalink 1 2 3 export interface LoginMessage { username: string; }