UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

8 lines (7 loc) 192 B
import type { ELicense } from "../../../domain/enum/license.enum"; export interface IConfigLicense { author?: string; isEnabled?: boolean; license?: ELicense; year?: number; }