UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

5 lines (4 loc) 111 B
export interface IModuleSetupResult { customProperties?: Record<string, any>; wasInstalled: boolean; }