File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @stackla/widget-utils " : patch
3
+ ---
4
+
5
+ Add CarouselChildren type
Original file line number Diff line number Diff line change @@ -121,9 +121,26 @@ export type Tile = {
121
121
title : string
122
122
full_embed_html : string
123
123
attrs : string [ ]
124
+ carousel_children ?: CarouselChildren [ ]
124
125
[ key : string ] : undefined | object | null | string | string [ ] | number | number [ ] | boolean | TagExtended [ ]
125
126
}
126
127
128
+ export type CarouselChildren = {
129
+ _id ?: { $id : string }
130
+ id : string
131
+ media : string
132
+ carousel : number
133
+ video : Video
134
+ image : string
135
+ image_thumbnail_url ?: string
136
+ image_l ?: string
137
+ image_s ?: string
138
+ instagram_id ?: string
139
+ instagram_media_type ?: string
140
+ tags : string [ ]
141
+ tags_extended ?: TagExtended [ ]
142
+ }
143
+
127
144
export type Hotspot = {
128
145
id : number
129
146
x : number
You can’t perform that action at this time.
0 commit comments