mirror of
https://github.com/actions/stale.git
synced 2025-12-28 02:58:17 +00:00
committed by
GitHub
parent
9d6f46564a
commit
e96f31f877
5
src/interfaces/comment.ts
Normal file
5
src/interfaces/comment.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import {IUser} from './user';
|
||||
|
||||
export interface IComment {
|
||||
user: IUser;
|
||||
}
|
||||
Reference in New Issue
Block a user