This website requires JavaScript.
Explore
Help
Sign In
actions
/
stale
Watch
1
Star
0
Fork
0
Code
Activity
Files
6a493760cf77905dc2bc605b38b4d88c5704c192
stale
/
src
/
interfaces
/
pull-request.ts
T
7 lines
84 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor: move and rename the interfaces/classes (
#290
)
2021-02-13 12:09:37 +01:00
export
interface
IPullRequest
{
number
:
number
;
head
:
{
ref
:
string
;
};
}
Copy Permalink