export interface ICreateOptions { type?: 'vue2' | 'npm' | 'simple-html'; project?: string; git?: string; } export interface IFeatureOptions { version?: string; type?: string; } export interface IReleaseOptions { push?: boolean; message?: string; }