"client/git@compmath.korea.ac.kr:students/messenger.git" did not exist on "289b360833350d77e243397d4d43da72d7a994bc"
Commit a4a864f8 authored by Yoon, Daeki's avatar Yoon, Daeki 😅
Browse files

타입 묶음 저장

parent 551f6358
export interface IUser {
email?: string;
isLoggedIn: boolean;
_id?: string;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment