the configs for option is all optional

This commit is contained in:
Poul Kjeldager Sørensen
2015-10-27 02:24:28 +01:00
parent b54c439218
commit 6a7c067667
+5 -5
View File
@@ -65,11 +65,11 @@ declare module yo {
}
export interface IYeomanGeneratorOption {
alias: string;
defaults: any;
desc: string;
hide: boolean;
type: any;
alias?: string;
defaults?: any;
desc?: string;
hide?: boolean;
type?: any;
}
export interface IQueueProps {