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