mirror of
https://github.com/actions/stale.git
synced 2025-12-31 05:17:41 +08:00
4 lines
48 B
TypeScript
4 lines
48 B
TypeScript
|
|
export interface IAssignee {
|
||
|
|
login: string;
|
||
|
|
}
|