We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea92cad commit 3aac0caCopy full SHA for 3aac0ca
1 file changed
types/braintree-web/data-collector.d.ts
@@ -20,6 +20,6 @@ export function create(options: {
20
riskCorrelationId?: string | undefined;
21
}): Promise<DataCollector>;
22
export function create(
23
- options: { client: Client; kount?: boolean | undefined; paypal?: boolean | undefined; riskCorrelationId: string | undefined },
+ options: { client: Client; kount?: boolean | undefined; paypal?: boolean | undefined; riskCorrelationId?: string | undefined },
24
callback: callback<DataCollector>,
25
): void;
0 commit comments