parent
34f4980ad5
commit
f4756637d6
5 changed files with 67 additions and 48 deletions
|
|
@ -31,6 +31,9 @@ export class Address {
|
|||
public location?: Location,
|
||||
) {}
|
||||
}
|
||||
export interface APIError {
|
||||
message: string;
|
||||
}
|
||||
export interface TegolaURLs {
|
||||
nidus: string;
|
||||
rmo: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue