refactor: remove natural earth countries enity (#17445)

This commit is contained in:
Jason Rasmussen
2025-04-08 00:15:16 -04:00
committed by GitHub
parent 96ed9a8c4a
commit b352cf3336
2 changed files with 3 additions and 11 deletions
@@ -1,7 +0,0 @@
export class NaturalEarthCountriesTempEntity {
id!: number;
admin!: string;
admin_a3!: string;
type!: string;
coordinates!: string;
}