This website requires JavaScript.
Explore
Help
Sign In
actions
/
stale
Watch
1
Star
0
Fork
0
Code
Activity
Files
74dfff0835e9f2a01b8cd2298b82bf09e41fdfde
stale
/
src
/
interfaces
/
comment.ts
T
7 lines
92 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
;
Filter comments by content instead of actor (
#519
)
2021-07-12 10:37:47 -04:00
body
:
string
;
refactor: move and rename the interfaces/classes (
#290
)
2021-02-13 12:09:37 +01:00
}
Copy Permalink