import { ApiResponse } from "../../apiResponse"; import { Country } from "../../types"; export interface IManagementCountryApiService { GetCountriesAsync(): Promise>; }