Update API report

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-09-21 13:30:55 +02:00
parent fcab72f3a1
commit 232715679b
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ export type AddLocationRequest = {
export type AddLocationResponse = {
location: Location_2;
entities: Entity[];
exists?: boolean;
};
// @public (undocumented)