remove sdk/types package and move it to main sdk package
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import Script from 'next/script';
|
||||
|
||||
import type { MixanWebOptions } from '@mixan/sdk-web';
|
||||
import type {
|
||||
MixanEventOptions,
|
||||
MixanWebOptions,
|
||||
PostEventPayload,
|
||||
UpdateProfilePayload,
|
||||
} from '@mixan/types';
|
||||
} from '@mixan/sdk-web';
|
||||
|
||||
const CDN_URL = 'http://localhost:3002/op.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user