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