// Generated by @storm-software/untyped // Do not edit this file directly export interface SizeLimitExecutorSchema { /** * Output Path * * The output path for the build * * * @format path */ outputPath?: string, /** * Entry * * The path to the entry file * */ entry?: Array, }