mirror of
https://github.com/actions/stale.git
synced 2025-12-29 03:18:17 +00:00
5 lines
60 B
TypeScript
5 lines
60 B
TypeScript
export interface IUser {
|
|
type: string;
|
|
login: string;
|
|
}
|