export interface ConvivaConfiguration { customerKey: string; debug?: boolean; gatewayUrl?: string; }