This website requires JavaScript.
Explore
Help
Sign In
actions
/
stale
Watch
1
Star
0
Fork
0
Code
Activity
Files
678bfc7a5922eeb440317b84cc7d119dd4504244
stale
/
src
/
interfaces
/
comment.ts
T
6 lines
76 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: move and rename the interfaces/classes (
#290
)
2021-02-13 12:09:37 +01:00
import
{
IUser
}
from
'./user'
;
export
interface
IComment
{
user
:
IUser
;
}
Copy Permalink