🚧 Use TS project references
This commit is contained in:
5
packages/deprecated/bot-engine/src/lib/gtag.d.ts
vendored
Normal file
5
packages/deprecated/bot-engine/src/lib/gtag.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { GoogleAnalyticsBlock } from '@typebot.io/schemas';
|
||||
declare const initGoogleAnalytics: (id: string) => Promise<void>;
|
||||
export declare const sendGaEvent: (options: GoogleAnalyticsBlock["options"]) => void;
|
||||
export default initGoogleAnalytics;
|
||||
//# sourceMappingURL=gtag.d.ts.map
|
||||
1
packages/deprecated/bot-engine/src/lib/gtag.d.ts.map
Normal file
1
packages/deprecated/bot-engine/src/lib/gtag.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"gtag.d.ts","sourceRoot":"","sources":["gtag.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AAY1D,QAAA,MAAM,mBAAmB,OAAQ,MAAM,KAAG,OAAO,CAAC,IAAI,CAqBlD,CAAA;AAEJ,eAAO,MAAM,WAAW,YAAa,oBAAoB,CAAC,SAAS,CAAC,SAOnE,CAAA;AAED,eAAe,mBAAmB,CAAA"}
|
||||
2
packages/deprecated/bot-engine/src/lib/stripe.d.ts
vendored
Normal file
2
packages/deprecated/bot-engine/src/lib/stripe.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export declare const initStripe: (document: Document) => Promise<void>;
|
||||
//# sourceMappingURL=stripe.d.ts.map
|
||||
1
packages/deprecated/bot-engine/src/lib/stripe.d.ts.map
Normal file
1
packages/deprecated/bot-engine/src/lib/stripe.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"stripe.d.ts","sourceRoot":"","sources":["stripe.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,aAAc,QAAQ,KAAG,OAAO,CAAC,IAAI,CAWxD,CAAA"}
|
||||
Reference in New Issue
Block a user