export type CountriesDto = {
    code: string;
    name: string;
};
//# sourceMappingURL=types.d.ts.map