mirror of
https://github.com/actions/stale.git
synced 2025-12-29 03:18:17 +00:00
committed by
GitHub
parent
9d6f46564a
commit
e96f31f877
7
src/interfaces/issue-event.ts
Normal file
7
src/interfaces/issue-event.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import {ILabel} from './label';
|
||||
|
||||
export interface IIssueEvent {
|
||||
created_at: string;
|
||||
event: string;
|
||||
label: ILabel;
|
||||
}
|
||||
Reference in New Issue
Block a user