add types and constants
All checks were successful
Publish / Publish Job (push) Successful in 44s

This commit is contained in:
Дмитрий
2026-04-11 21:27:41 +03:00
parent 4fc1514ed7
commit 9e8521c35b
6 changed files with 41 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
export type ClientContext = {
ipAddress: string
userAgent: string
}