first
This commit is contained in:
19
safekiso-server/node_modules/snyk/dist/lib/apps/prompts.d.ts
generated
vendored
Normal file
19
safekiso-server/node_modules/snyk/dist/lib/apps/prompts.d.ts
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import { validInput } from './input-validator';
|
||||
/**
|
||||
* Prompts for $snyk apps create command
|
||||
*/
|
||||
export declare const createAppPrompts: ({
|
||||
name: string;
|
||||
type: string;
|
||||
message: string;
|
||||
validate: typeof validInput;
|
||||
choices?: undefined;
|
||||
initial?: undefined;
|
||||
} | {
|
||||
name: string;
|
||||
type: string;
|
||||
message: string;
|
||||
choices: string[];
|
||||
initial: string;
|
||||
validate?: undefined;
|
||||
})[];
|
||||
Reference in New Issue
Block a user