export type LocationInternal = { type: 'location'; value: { latitude: number; longitude: number; }; };