export interface GetProvincesRequest {
    country: string;
}
