/*** * * SaaSquatch Type Definitions * * This file was automatically generated. DO NOT edit it by hand, instead edit the related JSON Schema file. * * Generated on 2026-03-20T21:11:42.771Z * ***/ /*** * JSOptions.schema.json * Generated on 2026-03-20T21:11:43.012Z * This file was automatically generated. DO NOT edit it by hand, instead edit the related JSON Schema file. ***/ export type DefaultWidgetType = string /** * Defines how squatch js interacts. */ export interface JSOptionsSchema { widget?: { defaultWidgetType?: DefaultWidgetType [k: string]: unknown } conversionUrls?: string[] widgetUrlMappings?: { url?: string showAsCTA?: boolean displayOnLoad?: boolean widgetType?: string [k: string]: unknown }[] fuelTankAutofillUrls?: { url?: string formSelector?: string [k: string]: unknown }[] [k: string]: unknown }