File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
packages/paypal-js/types/v6 Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,13 @@ import {
88
99export interface PayPalV6Namespace {
1010 /**
11- * Creates an SDK instance with the specified components and configuration .
11+ * Creates an SDK instance, which is the first step in an SDK integration. This instance serves as the base layer for all SDK components .
1212 *
1313 * This is an asynchronous method that initializes the PayPal SDK with the provided
14- * client token and components. The SDK is designed to be lightweight and modular,
15- * allowing you to load only the functionality you need.
14+ * client token and components.
1615 *
1716 * @param {CreateInstanceOptions } createInstanceOptions - Configuration options for creating the SDK instance
18- * @returns {Promise<SdkInstance<T >> } - A promise that resolves to an SDK instance with methods based on the specified components
17+ * @returns {Promise<SdkInstance<Components[] >> } - A promise that resolves to an SDK instance with methods based on the specified components
1918 *
2019 * @example
2120 * ```typescript
You can’t perform that action at this time.
0 commit comments