mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-12-18 20:04:17 +01:00
5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
declare namespace Express {
|
|
interface User {
|
|
id?: number;
|
|
}
|
|
} |