🚧 Use TS project references

This commit is contained in:
Baptiste Arnaud
2024-08-28 18:09:35 +02:00
parent 0c7d2afd51
commit fdd6cc6fee
627 changed files with 3043 additions and 1696 deletions

View 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

View 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"}

View File

@@ -0,0 +1,2 @@
export declare const initStripe: (document: Document) => Promise<void>;
//# sourceMappingURL=stripe.d.ts.map

View 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"}