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

5 lines
60 B
TypeScript
Raw Normal View History

export interface IUser {
type: string;
login: string;
}