mirror of
https://github.com/actions/stale.git
synced 2026-07-04 22:42:42 +08:00
e96f31f877
closes #272
5 lines
60 B
TypeScript
5 lines
60 B
TypeScript
export interface IUser {
|
|
type: string;
|
|
login: string;
|
|
}
|