Files
stale/src/interfaces/user.ts

5 lines
60 B
TypeScript
Raw Normal View History

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