refactor: changed the project structure

This commit is contained in:
2026-07-28 20:17:25 +03:30
parent e462606416
commit 2cfda9ca45
65 changed files with 28 additions and 32 deletions
+7
View File
@@ -0,0 +1,7 @@
import { ITokenPayload } from "./IToken-payload";
import { IUserIpAndHeaders } from "./IUserIpAndHeader";
export interface IRequest {
user?: ITokenPayload,
ip_header?: IUserIpAndHeaders
}