Tell the user when they don't give us an address

Issue: #25
This commit is contained in:
Eli Ribble 2026-05-24 21:27:16 +00:00
parent 34f4980ad5
commit f4756637d6
No known key found for this signature in database
5 changed files with 67 additions and 48 deletions

View file

@ -31,6 +31,9 @@ export class Address {
public location?: Location,
) {}
}
export interface APIError {
message: string;
}
export interface TegolaURLs {
nidus: string;
rmo: string;