Remove unused prop from TServerResponse
This commit is contained in:
parent
d6be553af1
commit
0a1f1d8769
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ export type TResponse = {
|
||||||
|
|
||||||
export type TServerResponse = {
|
export type TServerResponse = {
|
||||||
YourFuckingIPAddress: string;
|
YourFuckingIPAddress: string;
|
||||||
YourFuckingLocation: string;
|
|
||||||
YourFuckingISP: string;
|
YourFuckingISP: string;
|
||||||
YourFuckingCity: string;
|
YourFuckingCity: string;
|
||||||
YourFuckingCountry: string;
|
YourFuckingCountry: string;
|
||||||
|
|
Loading…
Reference in a new issue