UNPKG

expo-tiktok-business-sdk

Version:
8 lines (7 loc) 212 B
export type TiktokSDKModuleEvents = { initialize: (appId: string, tiktokAppId: string) => Promise<boolean>; trackEvent: ( eventName: string, eventData: Record<string, any> ) => Promise<boolean>; };