Skip to content

Instantly share code, notes, and snippets.

View simonsamper's full-sized avatar
💭
¡Tu mente, tu poder! Crea, vive libre y no dejes que nadie apague tu luz. ✨

Vicente Simón simonsamper

💭
¡Tu mente, tu poder! Crea, vive libre y no dejes que nadie apague tu luz. ✨
View GitHub Profile
interface SeedCountry {
name: string;
id: string;
}
export const countries: SeedCountry[] = [
{ name: "Afganistán", id: "AF" },
{ name: "Islas Åland", id: "AX" },
{ name: "Albania", id: "AL" },
{ name: "Argelia", id: "DZ" },