@useparagon/connect 2.2.1 → 2.2.2-experimental.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@ import ConnectSDK from './ConnectSDK';
2
2
  import { ExternalFilePickerConstruct, IConnectSDK } from './types';
3
3
  export * from './types/index';
4
4
  export declare const connectSingleton: ConnectSDK;
5
- export declare const paragon: IConnectSDK & {
5
+ export declare const paragon: Omit<IConnectSDK, 'startOAuthFlow'> & {
6
6
  ExternalFilePicker: ExternalFilePickerConstruct;
7
7
  };
8
8
  export default ConnectSDK;