4 lines
40 B
TypeScript

export interface IUser {
id: number
}