Skip to content

Commit

Permalink
Changed overview
Browse files Browse the repository at this point in the history
  • Loading branch information
nmakhmutov committed Nov 5, 2023
1 parent dbc92f6 commit fd3300e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
namespace People.Api.Infrastructure.Providers.World;

internal sealed record CountryOverview(string Code, string Name);
internal sealed record CountryOverview(string Alpha2, string Alpha3, string Region, string Name);

0 comments on commit fd3300e

Please sign in to comment.