export type

This commit is contained in:
Douglas Barone 2023-10-25 11:32:09 -04:00
parent f2da32a597
commit a96e4e6e61

View File

@ -1,4 +1,4 @@
type NetworkInfo = { export type NetworkInfo = {
ip: string ip: string
source: 'IP' | 'X-Forwarded-For' source: 'IP' | 'X-Forwarded-For'
status: 'Mapped' | 'Expired' | 'ERROR' | 'Prohibited' | 'Unknown' status: 'Mapped' | 'Expired' | 'ERROR' | 'Prohibited' | 'Unknown'