@jealous-robot-dev/shared-types-responses 1.24.0 → 1.24.1
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.
|
@@ -97,13 +97,12 @@ export interface EventCommonData {
|
|
|
97
97
|
event_organizer: UserInEvent;
|
|
98
98
|
}
|
|
99
99
|
export interface ConciseEventData {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
event_organizer?: string;
|
|
100
|
+
picture: string;
|
|
101
|
+
id: string;
|
|
102
|
+
name: string;
|
|
103
|
+
raiting: number;
|
|
104
|
+
reviews_count: number;
|
|
105
|
+
type: EventTypes;
|
|
107
106
|
}
|
|
108
107
|
export interface PhrasedEventType {
|
|
109
108
|
type: EventTypes;
|