export interface Config { env?: string; apiKey: string; orderToken: string; target?: string; theme: object; onEventDispatch?: (event: string, data: any) => void; }