mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
A few more type errors
This commit is contained in:
+5
-5
@@ -55,7 +55,7 @@ declare module yo {
|
||||
gruntfile: IGruntFileStatic;
|
||||
}
|
||||
export interface IPromptOptions{
|
||||
type:stirng;
|
||||
type:string;
|
||||
name:string;
|
||||
message:string;
|
||||
default:string;
|
||||
@@ -63,10 +63,10 @@ declare module yo {
|
||||
|
||||
export interface IGruntFileStatic {
|
||||
loadNpmTasks(pluginName: string): void;
|
||||
insertConfig(name, config);
|
||||
registerTask(name, tasks);
|
||||
insertVariable(name, value);
|
||||
prependJavaScript(code);
|
||||
insertConfig(name:string, config:any):void;
|
||||
registerTask(name:string, tasks:any):void;
|
||||
insertVariable(name:string, value:any):void;
|
||||
prependJavaScript(code:string):void;
|
||||
}
|
||||
|
||||
export interface IArgumentConfig {
|
||||
|
||||
Reference in New Issue
Block a user