We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213619e commit 49f7dffCopy full SHA for 49f7dff
src/runtime/registry/snapchat-pixel.ts
@@ -66,7 +66,7 @@ declare global {
66
export const SnapTrPixelOptions = object({
67
id: string(),
68
trackPageView: optional(boolean()),
69
- ...InitObjectPropertiesSchema.entries,
+ ...(InitObjectPropertiesSchema?.entries || {}),
70
})
71
export type SnapTrPixelInput = RegistryScriptInput<typeof SnapTrPixelOptions, true, false, false>
72
0 commit comments