mirror of
https://github.com/actions/stale.git
synced 2025-12-31 21:37:26 +08:00
5 lines
60 B
TypeScript
5 lines
60 B
TypeScript
|
|
export interface IUser {
|
||
|
|
type: string;
|
||
|
|
login: string;
|
||
|
|
}
|