UNPKG

expo-tiktok-business-sdk

Version:
5 lines 249 B
export type TiktokSDKModuleEvents = { initialize: (appId: string, tiktokAppId: string) => Promise<boolean>; trackEvent: (eventName: string, eventData: Record<string, any>) => Promise<boolean>; }; //# sourceMappingURL=TiktokSDK.types.d.ts.map