/*** * * 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 * ***/ /*** * AppsFlyerIntegrationConfig.schema.json * Generated on 2026-03-20T21:11:42.939Z * This file was automatically generated. DO NOT edit it by hand, instead edit the related JSON Schema file. ***/ /** * The AppsFlyer link configured for this tenant */ export type AppsFlyerLink = string /** * Configuration setting for the AppsFlyer integration */ export interface AppsFlyerIntegrationConfiguration { appsflyerLink?: AppsFlyerLink [k: string]: unknown }