File tree Expand file tree Collapse file tree 10 files changed +70
-0
lines changed
Expand file tree Collapse file tree 10 files changed +70
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ export type SanityImageMetadata = {
9898 palette ?: SanityImagePalette
9999 lqip ?: string
100100 blurHash ?: string
101+ thumbHash ?: string
101102 hasAlpha ?: boolean
102103 isOpaque ?: boolean
103104}
@@ -196,6 +197,12 @@ export type AllSanitySchemaTypes =
196197
197198export declare const internalGroqTypeReferenceTo : unique symbol
198199
200+ type ArrayOf < T > = Array <
201+ T & {
202+ _key : string
203+ }
204+ >
205+
199206// Source: api/react.ts
200207// Variable: REACTION_QUERY
201208// Query: *[_type == "reaction" && _id == $id][0]._id
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ export type SanityImageMetadata = {
9898 palette ?: SanityImagePalette
9999 lqip ?: string
100100 blurHash ?: string
101+ thumbHash ?: string
101102 hasAlpha ?: boolean
102103 isOpaque ?: boolean
103104}
@@ -196,6 +197,12 @@ export type AllSanitySchemaTypes =
196197
197198export declare const internalGroqTypeReferenceTo : unique symbol
198199
200+ type ArrayOf < T > = Array <
201+ T & {
202+ _key : string
203+ }
204+ >
205+
199206// Source: src/components/Reactions.tsx
200207// Variable: REACTION_QUERY
201208// Query: *[_type == "reaction" && _id == $id][0]{emoji,reactions}
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ export type SanityImageMetadata = {
9898 palette ?: SanityImagePalette
9999 lqip ?: string
100100 blurHash ?: string
101+ thumbHash ?: string
101102 hasAlpha ?: boolean
102103 isOpaque ?: boolean
103104}
@@ -196,6 +197,12 @@ export type AllSanitySchemaTypes =
196197
197198export declare const internalGroqTypeReferenceTo : unique symbol
198199
200+ type ArrayOf < T > = Array <
201+ T & {
202+ _key : string
203+ }
204+ >
205+
199206// Source: src/components/Reactions.tsx
200207// Variable: REACTION_QUERY
201208// Query: *[_type == "reaction" && _id == $id][0]{emoji,reactions}
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ export type SanityImageMetadata = {
9898 palette ?: SanityImagePalette
9999 lqip ?: string
100100 blurHash ?: string
101+ thumbHash ?: string
101102 hasAlpha ?: boolean
102103 isOpaque ?: boolean
103104}
@@ -196,6 +197,12 @@ export type AllSanitySchemaTypes =
196197
197198export declare const internalGroqTypeReferenceTo : unique symbol
198199
200+ type ArrayOf < T > = Array <
201+ T & {
202+ _key : string
203+ }
204+ >
205+
199206// Source: src/app/Reactions.tsx
200207// Variable: REACTION_QUERY
201208// Query: *[_type == "reaction" && _id == $id][0]{emoji,reactions}
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ export type SanityImageMetadata = {
9898 palette ?: SanityImagePalette
9999 lqip ?: string
100100 blurHash ?: string
101+ thumbHash ?: string
101102 hasAlpha ?: boolean
102103 isOpaque ?: boolean
103104}
@@ -196,6 +197,12 @@ export type AllSanitySchemaTypes =
196197
197198export declare const internalGroqTypeReferenceTo : unique symbol
198199
200+ type ArrayOf < T > = Array <
201+ T & {
202+ _key : string
203+ }
204+ >
205+
199206// Source: src/app/Reactions.tsx
200207// Variable: REACTION_QUERY
201208// Query: *[_type == "reaction" && _id == $id][0]{emoji,reactions}
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ export type SanityImageMetadata = {
9898 palette ?: SanityImagePalette
9999 lqip ?: string
100100 blurHash ?: string
101+ thumbHash ?: string
101102 hasAlpha ?: boolean
102103 isOpaque ?: boolean
103104}
@@ -196,6 +197,12 @@ export type AllSanitySchemaTypes =
196197
197198export declare const internalGroqTypeReferenceTo : unique symbol
198199
200+ type ArrayOf < T > = Array <
201+ T & {
202+ _key : string
203+ }
204+ >
205+
199206// Source: src/app/api/reaction/[id]/route.ts
200207// Variable: REACTION_QUERY_STATIC_PARAMS
201208// Query: *[_type == "demo" && slug.current == $slug][0].reactions[0..4]{"id": _ref}
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ export type SanityImageMetadata = {
9898 palette ?: SanityImagePalette
9999 lqip ?: string
100100 blurHash ?: string
101+ thumbHash ?: string
101102 hasAlpha ?: boolean
102103 isOpaque ?: boolean
103104}
@@ -196,6 +197,12 @@ export type AllSanitySchemaTypes =
196197
197198export declare const internalGroqTypeReferenceTo : unique symbol
198199
200+ type ArrayOf < T > = Array <
201+ T & {
202+ _key : string
203+ }
204+ >
205+
199206// Source: app/components/Reaction.vue
200207// Variable: REACTION_QUERY
201208// Query: *[_type == "reaction" && _id == $id][0]{emoji,reactions}
Original file line number Diff line number Diff line change 446446 },
447447 "optional" : true
448448 },
449+ "thumbHash" : {
450+ "type" : " objectAttribute" ,
451+ "value" : {
452+ "type" : " string"
453+ },
454+ "optional" : true
455+ },
449456 "hasAlpha" : {
450457 "type" : " objectAttribute" ,
451458 "value" : {
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ export type SanityImageMetadata = {
9898 palette ?: SanityImagePalette
9999 lqip ?: string
100100 blurHash ?: string
101+ thumbHash ?: string
101102 hasAlpha ?: boolean
102103 isOpaque ?: boolean
103104}
@@ -196,6 +197,12 @@ export type AllSanitySchemaTypes =
196197
197198export declare const internalGroqTypeReferenceTo : unique symbol
198199
200+ type ArrayOf < T > = Array <
201+ T & {
202+ _key : string
203+ }
204+ >
205+
199206// Source: src/routes/+layout.server.ts
200207// Variable: LAYOUT_QUERY
201208// Query: *[_id == "theme"][0]{background,text}
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ export type SanityImageMetadata = {
9898 palette ?: SanityImagePalette
9999 lqip ?: string
100100 blurHash ?: string
101+ thumbHash ?: string
101102 hasAlpha ?: boolean
102103 isOpaque ?: boolean
103104}
@@ -196,6 +197,12 @@ export type AllSanitySchemaTypes =
196197
197198export declare const internalGroqTypeReferenceTo : unique symbol
198199
200+ type ArrayOf < T > = Array <
201+ T & {
202+ _key : string
203+ }
204+ >
205+
199206// Source: src/routes/__root.tsx
200207// Variable: THEME_QUERY
201208// Query: *[_id == "theme"][0]{background,text}
You can’t perform that action at this time.
0 commit comments