UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

8 lines 239 B
import type { ELicense } from "../../../domain/enum/license.enum"; export interface IConfigLicense { author?: string; isEnabled?: boolean; license?: ELicense; year?: number; } //# sourceMappingURL=license.interface.d.ts.map