@jealous-robot-dev/shared-types-responses 1.24.5 → 1.24.6
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.
|
@@ -111,8 +111,10 @@ export interface ViewEventHostData {
|
|
|
111
111
|
username: string;
|
|
112
112
|
}
|
|
113
113
|
export interface EventSessionTime {
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
sid: string;
|
|
115
|
+
duration: number;
|
|
116
|
+
starts_at: string;
|
|
117
|
+
is_almost_taken: boolean;
|
|
116
118
|
}
|
|
117
119
|
export interface ViewEventDates {
|
|
118
120
|
count: number;
|