remove sdk/types package and move it to main sdk package
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { MixanOptions } from '@mixan/sdk';
|
||||
import type { MixanOptions, PostEventPayload } from '@mixan/sdk';
|
||||
import { Mixan } from '@mixan/sdk';
|
||||
import type { PostEventPayload } from '@mixan/types';
|
||||
|
||||
export * from '@mixan/sdk';
|
||||
|
||||
export type MixanWebOptions = MixanOptions & {
|
||||
trackOutgoingLinks?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user