@escapenavigator/types 1.7.17 → 1.7.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AgregatorQuestroomCardRO, AgregatorQuestroomLocation } from './agregator-questroom-card.ro';
|
|
2
2
|
import { AgregatorProfile } from './agregator-questroom.ro';
|
|
3
3
|
declare class Location extends AgregatorQuestroomLocation {
|
|
4
|
-
address:
|
|
4
|
+
address: string;
|
|
5
5
|
}
|
|
6
6
|
declare class Questroom extends AgregatorQuestroomCardRO {
|
|
7
7
|
location: Location;
|
|
@@ -18,7 +18,7 @@ class Location extends agregator_questroom_card_ro_1.AgregatorQuestroomLocation
|
|
|
18
18
|
}
|
|
19
19
|
__decorate([
|
|
20
20
|
(0, class_transformer_1.Expose)(),
|
|
21
|
-
__metadata("design:type",
|
|
21
|
+
__metadata("design:type", String)
|
|
22
22
|
], Location.prototype, "address", void 0);
|
|
23
23
|
class Questroom extends agregator_questroom_card_ro_1.AgregatorQuestroomCardRO {
|
|
24
24
|
}
|