Binato/server/interfaces/IpZxqResponse.ts

4 lines
73 B
TypeScript
Raw Permalink Normal View History

2023-09-10 12:59:22 +01:00
export default interface IpZxqResponse {
2023-08-20 13:03:01 +01:00
country: string,
loc: string
}