4 lines
41 B
TypeScript
4 lines
41 B
TypeScript
export interface IUser {
|
|
id: number;
|
|
}
|
export interface IUser {
|
|
id: number;
|
|
}
|