Description: - Create TypeScript types for the API response and the country data used by the application's components. Tasks: - Define a type for the API response. - Define an internal Country type. - Include only the fields that the application requires. - Avoid using any. Acceptance Criteria: - API data has clear TypeScript types. - Components can use the Country type. - The project does not contain unnecessary use of any.