Remove unused prop from TServerResponse

This commit is contained in:
0x1eef 2023-09-29 11:49:23 -03:00
parent d6be553af1
commit 0a1f1d8769

View file

@ -8,7 +8,6 @@ export type TResponse = {
export type TServerResponse = {
YourFuckingIPAddress: string;
YourFuckingLocation: string;
YourFuckingISP: string;
YourFuckingCity: string;
YourFuckingCountry: string;