4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
export type SetCountryParams = {
|
|
country: string;
|
|
};
|
export type SetCountryParams = {
|
|
country: string;
|
|
};
|