UNPKG

@storm-software/workspace-tools

Version:

Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.

15 lines (11 loc) 216 B
// Generated by @storm-software/untyped // Do not edit this file directly export interface InitGeneratorSchema { /** * Skip Format * * Skip formatting the generated files * */ skipFormat?: boolean, }