export interface ConstructorInterface { clientId: string; clientSecret: string; host?: string; sandbox?: boolean; }