Files
common/lib/types/client-context.type.ts
Дмитрий 9e8521c35b
All checks were successful
Publish / Publish Job (push) Successful in 44s
add types and constants
2026-04-11 21:27:41 +03:00

5 lines
70 B
TypeScript

export type ClientContext = {
ipAddress: string
userAgent: string
}