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