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 = {
|
||||
YourFuckingIPAddress: string;
|
||||
YourFuckingLocation: string;
|
||||
YourFuckingISP: string;
|
||||
YourFuckingCity: string;
|
||||
YourFuckingCountry: string;
|
||||
|
|
Loading…
Reference in a new issue