mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
type UserModel = import("../src/auth/user/user-model").User;
|
|
|
|
declare namespace Express {
|
|
interface User extends UserModel {
|
|
|
|
}
|
|
} |