mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
🤖 Merge PR #47704 [@types/braintree-web]: Fix DataCollector.create args by @colinrobertbrooks
This commit is contained in:
parent
9fd68c4850
commit
665d71ffc3
@ -2,8 +2,8 @@ import { callback } from './core';
|
||||
import { Client } from './client';
|
||||
|
||||
export interface DataCollector {
|
||||
create(options: { client: Client; kount: boolean; paypal: boolean }): Promise<DataCollector>;
|
||||
create(options: { client: Client; kount: boolean; paypal: boolean }, callback: callback): void;
|
||||
create(options: { client: Client; kount?: boolean; paypal?: boolean }): Promise<DataCollector>;
|
||||
create(options: { client: Client; kount?: boolean; paypal?: boolean }, callback: callback): void;
|
||||
|
||||
VERSION: string;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user