mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-23 07:55:07 +00: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 {
|
|
|
|
}
|
|
} |