mirror of
https://gitea.com/actions/stale.git
synced 2026-07-21 21:32:20 +00:00
committed by
GitHub
parent
9d6f46564a
commit
e96f31f877
@@ -0,0 +1,5 @@
|
||||
import {IUser} from './user';
|
||||
|
||||
export interface IComment {
|
||||
user: IUser;
|
||||
}
|
||||
Reference in New Issue
Block a user