@@ -63,6 +63,7 @@ export type Mounts = {
6363 num_segments : string ;
6464 price : string | null ;
6565 price_unit : string | null ;
66+ rest ?: any ;
6667 sid : string ;
6768 status : string ;
6869 subresource_uris : { feedback ?: string ; media : string } | null ;
@@ -91,6 +92,7 @@ export type Mounts = {
9192 num_segments : string ;
9293 price : string | null ;
9394 price_unit : string | null ;
95+ rest ?: any ;
9496 sid : string ;
9597 status : string ;
9698 subresource_uris : { feedback ?: string ; media : string } | null ;
@@ -119,6 +121,7 @@ export type Mounts = {
119121 num_segments : string ;
120122 price : string | null ;
121123 price_unit : string | null ;
124+ rest ?: any ;
122125 sid : string ;
123126 status : string ;
124127 subresource_uris : { feedback ?: string ; media : string } | null ;
@@ -147,6 +150,7 @@ export type Mounts = {
147150 num_segments : string ;
148151 price : string | null ;
149152 price_unit : string | null ;
153+ rest ?: any ;
150154 sid : string ;
151155 status : string ;
152156 subresource_uris : { feedback ?: string ; media : string } | null ;
@@ -180,6 +184,7 @@ export type Mounts = {
180184 num_segments : string ;
181185 price : string | null ;
182186 price_unit : string | null ;
187+ rest ?: any ;
183188 sid : string ;
184189 status : string ;
185190 subresource_uris : { feedback ?: string ; media : string } | null ;
@@ -208,6 +213,7 @@ export type Mounts = {
208213 num_segments : string ;
209214 price : string | null ;
210215 price_unit : string | null ;
216+ rest ?: any ;
211217 sid : string ;
212218 status : string ;
213219 subresource_uris : { feedback ?: string ; media : string } | null ;
@@ -236,6 +242,7 @@ export type Mounts = {
236242 num_segments : string ;
237243 price : string | null ;
238244 price_unit : string | null ;
245+ rest ?: any ;
239246 sid : string ;
240247 status : string ;
241248 subresource_uris : { feedback ?: string ; media : string } | null ;
@@ -264,6 +271,7 @@ export type Mounts = {
264271 num_segments : string ;
265272 price : string | null ;
266273 price_unit : string | null ;
274+ rest ?: any ;
267275 sid : string ;
268276 status : string ;
269277 subresource_uris : { feedback ?: string ; media : string } | null ;
@@ -292,6 +300,7 @@ export type Mounts = {
292300 num_segments : string ;
293301 price : string | null ;
294302 price_unit : string | null ;
303+ rest ?: any ;
295304 sid : string ;
296305 status : string ;
297306 subresource_uris : { feedback ?: string ; media : string } | null ;
@@ -335,4 +344,6 @@ export declare const internal: FilterApi<
335344 FunctionReference < any , "internal" >
336345> ;
337346
347+ export declare const components : { } ;
348+
338349/* prettier-ignore-end */
0 commit comments