1
0
Files
stale/src/interfaces/assignee.ts
T

4 lines
48 B
TypeScript
Raw Normal View History

export interface IAssignee {
login: string;
}