mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
add missing createConfig to @types/dockerode (#35716)
* add missing createConfig * remove whitespace
This commit is contained in:
parent
e4eadf6935
commit
4176f2fee6
3
types/dockerode/index.d.ts
vendored
3
types/dockerode/index.d.ts
vendored
@ -1151,6 +1151,9 @@ declare class Dockerode {
|
||||
createSecret(options: {}, callback: Callback<any>): void;
|
||||
createSecret(options: {}): Promise<any>;
|
||||
|
||||
createConfig(options: {}, callback: Callback<any>): void;
|
||||
createConfig(options: {}): Promise<any>;
|
||||
|
||||
createPlugin(options: {}, callback: Callback<any>): void;
|
||||
createPlugin(options: {}): Promise<any>;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user