This website requires JavaScript.
Explore
Help
Sign In
actions
/
stale
Watch
1
Star
0
Fork
0
Code
Activity
Files
eaf9131fae5eafd0c31a64ebe3a2e183266fec48
stale
/
src
/
interfaces
/
comment.ts
T
7 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: update imports to use ES module syntax and improve test structure (
#1350
)
2026-07-24 02:09:34 +05:30
import
{
IUser
}
from
'./user.js'
;
refactor: move and rename the interfaces/classes (
#290
)
2021-02-13 12:09:37 +01:00
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