export type LocationParameters = { cc: string; postal_code: string; number: string; }; export interface MyParcelLocation { street: string; city: string; }