This website requires JavaScript.
Explore
Help
Sign In
actions
/
stale
Watch
1
Star
0
Fork
0
Code
Activity
Files
1e223db275d687790206a7acac4d1a11bd6fe629
stale
/
src
/
interfaces
/
comment.ts
T
7 lines
100 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
{
Update @actions/github to 5.0.1 (
#707
)
2022-03-31 15:38:16 -04:00
user
:
IUser
|
null
;
body?
:
string
;
refactor: move and rename the interfaces/classes (
#290
)
2021-02-13 12:09:37 +01:00
}
Copy Permalink