first
This commit is contained in:
20
safekiso-server/node_modules/snyk/dist/cli/commands/index.d.ts
generated
vendored
Normal file
20
safekiso-server/node_modules/snyk/dist/cli/commands/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
export = commands;
|
||||
declare const commands: {
|
||||
auth: (...args: any[]) => Promise<any>;
|
||||
config: (...args: any[]) => Promise<any>;
|
||||
'update-exclude-policy': (...args: any[]) => Promise<any>;
|
||||
describe: (...args: any[]) => Promise<any>;
|
||||
help: (...args: any[]) => Promise<any>;
|
||||
ignore: (...args: any[]) => Promise<any>;
|
||||
monitor: (...args: any[]) => Promise<any>;
|
||||
fix: (...args: any[]) => Promise<any>;
|
||||
policy: (...args: any[]) => Promise<any>;
|
||||
protect: (...args: any[]) => Promise<any>;
|
||||
test: (...args: any[]) => Promise<any>;
|
||||
version: (...args: any[]) => Promise<any>;
|
||||
about: (...args: any[]) => Promise<any>;
|
||||
wizard: (...args: any[]) => Promise<any>;
|
||||
woof: (...args: any[]) => Promise<any>;
|
||||
log4shell: (...args: any[]) => Promise<any>;
|
||||
apps: (...args: any[]) => Promise<any>;
|
||||
};
|
||||
Reference in New Issue
Block a user