mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
the configs for option is all optional
This commit is contained in:
+5
-5
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user