feat: add consent-based GPS location
This commit is contained in:
@@ -7,6 +7,11 @@ export interface LocationSearchResult {
|
||||
district: string | null;
|
||||
}
|
||||
|
||||
export interface ReverseLocationResult {
|
||||
name: string;
|
||||
province: string | null;
|
||||
}
|
||||
|
||||
export interface SelectedLocation {
|
||||
name: string;
|
||||
province: string | null;
|
||||
|
||||
Reference in New Issue
Block a user