5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
export interface User {
|
|
id: string;
|
|
email: string;
|
|
}
|
export interface User {
|
|
id: string;
|
|
email: string;
|
|
}
|