
// Generated by @storm-software/untyped
// Do not edit this file directly

export interface SizeLimitExecutorSchema {
 /**
  * Output Path
  * 
  * The output path for the build
  * 
  * @default "dist/{projectRoot}"
  * 
  * @format path
 */
 outputPath?: string,

 /**
  * Entry
  * 
  * The path to the entry file
  * 
 */
 entry?: Array<string>,
}

