5 lines
77 B
TypeScript
Raw Normal View History

2024-05-27 21:01:24 +02:00
declare namespace Express {
interface User {
id?: number;
}
}