Type aliases API Defined in node_modules/webpack-dev-middleware/types/index.d.ts:175 Type parameters Request_1: IncomingMessage Added Format Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/index.d.ts:169 Added Keyword Definition Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/index.d.ts:128 Additional Items Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts:3 Additional Properties Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts:2 Alias Alias: string | false | string []
Defined in node_modules/webpack/types.d.ts:215 Alias Option New Request Alias Option New Request: string | false | string []
Defined in node_modules/webpack/types.d.ts:221 Any Of Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts:2 Any Validate Function Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/index.d.ts:73 Type parameters Anymatch Fn Anymatch Fn: ( testString: string ) => boolean
Defined in node_modules/anymatch/index.d.ts:1 Type declaration ( testString: string ) : boolean Parameters Returns boolean Anymatch Matcher Defined in node_modules/anymatch/index.d.ts:3 Anymatch Pattern Defined in node_modules/anymatch/index.d.ts:2 Append Append
< T , U > : { 0
: [ U ] ; 1
: [ T [ 0 ] , U ] ; 2
: [ T [ 0 ] , T [ 1 ] , U ] ; 3
: [ T [ 0 ] , T [ 1 ] , T [ 2 ] , U ] ; 4
: [ T [ 0 ] , T [ 1 ] , T [ 2 ] , T [ 3 ] , U ] ; 5
: [ T [ 0 ] , T [ 1 ] , T [ 2 ] , T [ 3 ] , T [ 4 ] , U ] ; 6
: [ T [ 0 ] , T [ 1 ] , T [ 2 ] , T [ 3 ] , T [ 4 ] , T [ 5 ] , U ] ; 7
: [ T [ 0 ] , T [ 1 ] , T [ 2 ] , T [ 3 ] , T [ 4 ] , T [ 5 ] , T [ 6 ] , U ] ; 8
: [ T [ 0 ] , T [ 1 ] , T [ 2 ] , T [ 3 ] , T [ 4 ] , T [ 5 ] , T [ 6 ] , T [ 7 ] , U ] } [ Measure < T [ "length" ] > ] Defined in node_modules/tapable/tapable.d.ts:10 Type parameters Application Defined in node_modules/@types/express-ws/index.d.ts:19 Applicator Keyword Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/applicator/index.d.ts:13 Argument Argument
: { configs
: ArgumentConfig [] ; description
: string ; multiple
: boolean ; simpleType
: "string" | "number" | "boolean" } Defined in node_modules/webpack-dev-server/types/bin/process-arguments.d.ts:19 Type declaration description: string multiple: boolean simple Type: "string" | "number" | "boolean" Argument Config Argument Config: { description: string ; multiple: boolean ; path: string ; type: "enum" | "string" | "path" | "number" | "boolean" | "RegExp" | "reset" ; values?: any [] }
Defined in node_modules/webpack-dev-server/types/bin/process-arguments.d.ts:44 Type declaration description: string multiple: boolean path: string type: "enum" | "string" | "path" | "number" | "boolean" | "RegExp" | "reset" Optional values?: any [] As Array As Array< T > : T extends any [] ? T : [ T ]
Defined in node_modules/tapable/tapable.d.ts:21 Type parameters Asset Filter Item Types Asset
Filter
Item
Types
: string | RegExp | ( ( name
: string , asset
: StatsAsset ) => boolean ) Defined in node_modules/webpack/types.d.ts:265 Asset Generator Options Defined in node_modules/webpack/types.d.ts:284 Asset Info Defined in node_modules/webpack/types.d.ts:286 Assignment Operator Assignment Operator: "=" | "+=" | "-=" | "*=" | "/=" | "%=" | "**=" | "<<=" | ">>=" | ">>>=" | "|=" | "^=" | "&=" | "||=" | "&&=" | "??="
Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:485 Async Format Validator Async Format Validator< T > : ( data: T ) => Promise < boolean >
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/index.d.ts:156 Type parameters Type declaration ( data: T ) : Promise < boolean > Parameters Returns Promise < boolean > Auxiliary Comment Defined in node_modules/webpack/types.d.ts:424 Banner Plugin Argument Banner
Plugin
Argument
: string | BannerPluginOptions | ( ( data
: { chunk
: Chunk ; filename
: string ; hash
: string } ) => string ) Defined in node_modules/webpack/types.d.ts:439 Base Sign Options Base
Sign
Options
: Readonly < { app
: string ; identity
?: string ; keychain
?: string ; platform
?: ElectronMacPlatform } > Defined in node_modules/@electron/osx-sign/dist/esm/types.d.ts:3 Binary Operator Binary Operator: "==" | "!=" | "===" | "!==" | "<" | "<=" | ">" | ">=" | "<<" | ">>" | ">>>" | "+" | "-" | "*" | "/" | "%" | "**" | "|" | "^" | "&" | "in" | "instanceof"
Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:459 Block Block
: Code | ( ( ) => void ) Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/codegen/index.d.ts:7 Build Meta Defined in node_modules/webpack/types.d.ts:822 Cache Options Normalized Defined in node_modules/webpack/types.d.ts:934 Call Expression Defined in node_modules/webpack/types.d.ts:942 Call Expression Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:392 Callback Defined in node_modules/webpack-dev-middleware/types/index.d.ts:209 Callback Callback< E , T > : ( error: E | null , result?: T ) => void
Defined in node_modules/tapable/tapable.d.ts:28 Type parameters Type declaration ( error: E | null , result?: T ) : void Parameters error: E | null Optional result: T Returns void Cell Cell< T > : undefined | T
Defined in node_modules/webpack/types.d.ts:969 Type parameters Chain Element Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:291 Chunk Group Options Defined in node_modules/webpack/types.d.ts:1320 Chunk Id Chunk Id: string | number
Defined in node_modules/webpack/types.d.ts:1342 Client Configuration Client
Configuration
: { logging
?: "none" | "error" | "warn" | "info" | "log" | "verbose" ; overlay
?: boolean | { errors
?: boolean ; warnings
?: boolean } ; progress
?: boolean ; reconnect
?: number | boolean ; webSocketTransport
?: string ; webSocketURL
?: string | WebSocketURL } Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3619 Type declaration Optional logging?: "none" | "error" | "warn" | "info" | "log" | "verbose" Optional overlay?: boolean | { errors?: boolean ; warnings?: boolean } Optional progress?: boolean Optional reconnect?: number | boolean Optional web Socket Transport?: string Optional web SocketURL?: string | WebSocketURL Code Arg Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/codegen/code.d.ts:30 Code Item Code
Item
: Name | string | number | boolean | null Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/codegen/code.d.ts:25 Code Value Defined in node_modules/webpack/types.d.ts:1579 Code Value Primitive Code Value Primitive: undefined | null | string | number | bigint | boolean | Function | RegExp
Defined in node_modules/webpack/types.d.ts:1613 Comparison Comparison: "<=" | ">=" | "<" | ">"
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts:3 Compile Keyword Func Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/index.d.ts:106 Configuration Configuration
: { allowedHosts
?: string | string [] ; bonjour
?: boolean | Record < string , never > | "/home/runner/work/forge/forge/node_modules/bonjour-service/dist/index" ; client
?: boolean | ClientConfiguration ; compress
?: boolean ; devMiddleware
?: DevMiddlewareOptions < Request < "/home/runner/work/forge/forge/node_modules/@types/express-serve-static-core/index" , any , any , ParsedQs , Record < string , any > > , Response < any , Record < string , any > > > ; headers
?: Headers | ( ( req
: Request , res
: Response , context
: DevMiddlewareContext < Request , Response > ) => Headers ) ; historyApiFallback
?: boolean | "/home/runner/work/forge/forge/node_modules/@types/connect-history-api-fallback/index" ; host
?: string ; hot
?: boolean | "only" ; http2
?: boolean ; https
?: boolean | ServerOptions ; ipc
?: string | boolean ; liveReload
?: boolean ; magicHtml
?: boolean ; onAfterSetupMiddleware
?: ( devServer
: Server ) => void ; onBeforeSetupMiddleware
?: ( devServer
: Server ) => void ; onListening
?: ( devServer
: Server ) => void ; open
?: string | boolean | Open | ( string | Open ) [] ; port
?: Port ; proxy
?: ProxyConfigArrayItem | ProxyConfigMap | ProxyConfigArray ; server
?: string | ServerConfiguration ; setupExitSignals
?: boolean ; setupMiddlewares
?: ( middlewares
: Middleware [] , devServer
: Server ) => Middleware [] ; static
?: string | boolean | Static | ( string | Static ) [] ; watchFiles
?: string | string [] | WatchFiles | ( string | WatchFiles ) [] ; webSocketServer
?: string | boolean | WebSocketServerConfiguration } Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3409 Type declaration Optional allowed Hosts?: string | string [] Optional compress?: boolean Optional host?: string Optional hot?: boolean | "only" Optional http2?: boolean Optional https?: boolean | ServerOptions Optional ipc?: string | boolean Optional live Reload?: boolean Optional magic Html?: boolean Optional on After Setup Middleware?: ( devServer: Server ) => void Optional on Before Setup Middleware?: ( devServer: Server ) => void Optional on Listening?: ( devServer: Server ) => void Optional open?: string | boolean | Open | ( string | Open ) [] Optional port?: Port Optional setup Exit Signals?: boolean Optional setup Middlewares?: ( middlewares: Middleware [] , devServer: Server ) => Middleware [] Optional static?: string | boolean | Static | ( string | Static ) [] Optional watch Files?: string | string [] | WatchFiles | ( string | WatchFiles ) [] Configuration Factory Type declaration Parameters env: string | Record < string , string | boolean | number > | unknown args: Record < string , unknown > Connection State Defined in node_modules/webpack/types.d.ts:2610 Const Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/validation/const.d.ts:2 Consumes Defined in node_modules/webpack/types.d.ts:2657 Container Options Format Container Options Format< T > : Record < string , string | string [] | T > | ( string | Record < string , string | string [] | T > ) []
Defined in node_modules/webpack/types.d.ts:2710 Type parameters Contains Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts:2 Context Mode Context Mode: "weak" | "eager" | "lazy" | "lazy-once" | "sync" | "async-weak"
Defined in node_modules/webpack/types.d.ts:2799 Create Options Create
Options
: { dot
?: boolean ; globOptions
?: IOptions ; ordering
?: string ; pattern
?: string ; unpack
?: string ; unpackDir
?: string ; transform
?: any } Defined in node_modules/@electron/asar/lib/index.d.ts:4 Type declaration Optional dot?: boolean Optional glob Options?: IOptions Optional ordering?: string Optional pattern?: string Optional unpack?: string Optional unpack Dir?: string transform?: function transform( filePath: string ) : void | ReadWriteStream Defined in node_modules/@electron/asar/lib/index.d.ts:9 Parameters Returns void | ReadWriteStream Create Stats Options Context Defined in node_modules/webpack/types.d.ts:2881 Declaration Defined in node_modules/webpack/types.d.ts:2893 Declaration Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:232 Dependencies Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts:12 Dependency Location Defined in node_modules/webpack/types.d.ts:3027 Dependent Required Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts:3 Dev Middleware Context Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3529 Type parameters Dev Middleware Options Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3527 Type parameters Discr Error Obj Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts:6 Type parameters Discriminator Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts:3 Dll Reference Plugin Options Dll
Reference
Plugin
Options
: { context
?: string ; extensions
?: string [] ; manifest
: string | DllReferencePluginOptionsManifest ; name
?: string ; scope
?: string ; sourceType
?: "var" | "assign" | "this" | "window" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "amd" | "amd-require" | "umd" | "umd2" | "jsonp" | "system" ; type
?: "object" | "require" } | { content
: DllReferencePluginOptionsContent ; context
?: string ; extensions
?: string [] ; name
: string ; scope
?: string ; sourceType
?: "var" | "assign" | "this" | "window" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "amd" | "amd-require" | "umd" | "umd2" | "jsonp" | "system" ; type
?: "object" | "require" } Defined in node_modules/webpack/types.d.ts:3235 Electron Mac Platform Electron Mac Platform: "darwin" | "mas"
Defined in node_modules/@electron/osx-sign/dist/esm/types.d.ts:1 Electron Process Electron Process: ChildProcess & { restarted: boolean }
Defined in packages/utils/types/dist/index.d.ts:9 Entry Item Entry Item: string | string []
Defined in node_modules/webpack/types.d.ts:3585 Entry Normalized Defined in node_modules/webpack/types.d.ts:3586 Entry Options Defined in node_modules/webpack/types.d.ts:3610 Entry Static Defined in node_modules/webpack/types.d.ts:3633 Enum Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/validation/enum.d.ts:2 Enum String Enum String< T > : [ T ] extends [ never ] ? null : T extends string ? string extends T ? null : T : null
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:49 Type parameters Error Object Defined in node_modules/webpack/node_modules/schema-utils/declarations/validate.d.ts:4 Error With Detail Error With Detail: Error & { details?: string }
Defined in node_modules/webpack/types.d.ts:3733 Evaluated Items Evaluated Items: number | true
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/index.d.ts:62 Evaluated Properties Evaluated Properties: { [ K in string ] ?: true } | true
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/index.d.ts:59 Experiments Defined in node_modules/webpack/types.d.ts:3784 Experiments Normalized Defined in node_modules/webpack/types.d.ts:3850 Exported Variable Info Defined in node_modules/webpack/types.d.ts:4021 Exposes Defined in node_modules/webpack/types.d.ts:4110 Expression Defined in node_modules/webpack/types.d.ts:4133 Expression Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:287 Extend Extend: { formatExclusiveMaximum?: boolean ; formatExclusiveMinimum?: boolean ; formatMaximum?: number ; formatMinimum?: number ; link?: string ; undefinedAsNull?: boolean }
Defined in node_modules/webpack/node_modules/schema-utils/declarations/validate.d.ts:6 Type declaration Optional format Exclusive Maximum?: boolean Optional format Exclusive Minimum?: boolean Optional format Maximum?: number Optional format Minimum?: number Optional link?: string Optional undefined As Null?: boolean External Item Defined in node_modules/webpack/types.d.ts:4176 Externals Type Externals Type: "import" | "var" | "module" | "assign" | "this" | "window" | "self" | "global" | "commonjs" | "commonjs2" | "commonjs-module" | "commonjs-static" | "amd" | "amd-require" | "umd" | "umd2" | "jsonp" | "system" | "promise" | "script" | "node-commonjs"
Defined in node_modules/webpack/types.d.ts:4332 Fake Hook Defined in node_modules/webpack/types.d.ts:4370 Type parameters Filter Item Types Filter Item Types: string | RegExp | ( ( value: string ) => boolean )
Defined in node_modules/webpack/types.d.ts:4669 Finalize Package Targets Hook Function Defined in node_modules/@electron/packager/dist/types.d.ts:88 Fixed Size Array Fixed Size Array< T , U > : T extends 0 ? void [] : ReadonlyArray < U > & { 0: U ; length: T }
Defined in node_modules/tapable/tapable.d.ts:1 Type parameters Forge Config Maker Defined in packages/utils/types/dist/index.d.ts:15 Forge Config Plugin Defined in packages/utils/types/dist/index.d.ts:16 Forge Config Publisher Defined in packages/utils/types/dist/index.d.ts:14 Forge Hook Fn Defined in packages/utils/types/dist/index.d.ts:41 Type parameters Forge Hook Map Defined in packages/utils/types/dist/index.d.ts:42 Forge Hook Name Defined in packages/utils/types/dist/index.d.ts:38 Forge Listr Task Definition Defined in packages/utils/types/dist/index.d.ts:177 Forge Multi Hook Map Defined in packages/utils/types/dist/index.d.ts:45 Forge Mutating Hook Fn Defined in packages/utils/types/dist/index.d.ts:40 Type parameters Forge Packager Options Forge
Packager
Options
: Omit < Options , "dir" | "arch" | "platform" | "out" | "electronVersion" > Defined in packages/utils/types/dist/index.d.ts:55 Forge Rebuild Options Forge
Rebuild
Options
: Omit < RebuildOptions , "buildPath" | "electronVersion" | "arch" > Defined in packages/utils/types/dist/index.d.ts:54 Forge Simple Hook Fn Defined in packages/utils/types/dist/index.d.ts:39 Type parameters Type declaration Parameters Returns Promise < void > Format Compare Format Compare< T > : ( data1: T , data2: T ) => number | undefined
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/index.d.ts:155 Type parameters Type declaration ( data1: T , data2: T ) : number | undefined Parameters Returns number | undefined Format Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/format/format.d.ts:2 Format Validator Format Validator< T > : ( data: T ) => boolean
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/index.d.ts:154 Type parameters Type declaration Parameters Returns boolean Full Tap Full
Tap
: Tap & { fn
: Function ; type
: "sync" | "async" | "promise" } Defined in node_modules/tapable/tapable.d.ts:31 Generator Options By Module Type Defined in node_modules/webpack/types.d.ts:4733 Get Route Parameter Defined in node_modules/@types/express-serve-static-core/index.d.ts:100 Type parameters Headers Headers: { key: string ; value: string } [] | Record < string , string | string [] >
Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3633 Hook Factory Hook Factory< H > : ( key: any , hook?: H ) => H
Defined in node_modules/tapable/tapable.d.ts:96 Type parameters Hook Function Defined in node_modules/@electron/packager/dist/types.d.ts:72 Type declaration Parameters buildPath: string electronVersion: string Returns void Hook Function Hook Function: ( fileToSign: string ) => void | Promise < void >
Defined in node_modules/@electron/packager/node_modules/@electron/windows-sign/dist/esm/types.d.ts:32 Type declaration ( fileToSign: string ) : void | Promise < void > Parameters Returns void | Promise < void > Hook Function Error Callback Hook Function Error Callback: ( err?: Error | null ) => void
Defined in node_modules/@electron/packager/dist/types.d.ts:37 Type declaration ( err?: Error | null ) : void Parameters Optional err: Error | null Returns void IPv4 Range Defined in node_modules/ipaddr.js/lib/ipaddr.js.d.ts:3 IPv6 Range IPv6
Range
: IPvXRangeDefaults | "uniqueLocal" | "ipv4Mapped" | "rfc6145" | "rfc6052" | "6to4" | "teredo" Defined in node_modules/ipaddr.js/lib/ipaddr.js.d.ts:4 IPvXRange Defaults IPvXRange Defaults: "unicast" | "unspecified" | "multicast" | "linkLocal" | "loopback" | "reserved"
Defined in node_modules/ipaddr.js/lib/ipaddr.js.d.ts:2 If Keyword Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/applicator/if.d.ts:2 If Set Defined in node_modules/tapable/tapable.d.ts:26 Type parameters Ignore Function Ignore Function: ( path: string ) => boolean
Defined in node_modules/@electron/packager/dist/types.d.ts:36 Type declaration Parameters Returns boolean Ignore Plugin Options Ignore Plugin Options: { contextRegExp?: RegExp ; resourceRegExp: RegExp } | { checkResource: any }
Defined in node_modules/webpack/types.d.ts:5044 Import Source Defined in node_modules/webpack/types.d.ts:5077 Inner Callback Inner Callback< E , T > : ( error?: E | null | false , result?: T ) => void
Defined in node_modules/tapable/tapable.d.ts:29 Type parameters Type declaration ( error?: E | null | false , result?: T ) : void Parameters Optional error: E | null | false Optional result: T Returns void Inner Start Result Defined in packages/utils/types/dist/index.d.ts:169 Interceptor Interceptor: ( buffer: Buffer , proxyRes: http.IncomingMessage , req: http.IncomingMessage , res: http.ServerResponse ) => Promise < Buffer | string >
Defined in node_modules/webpack-dev-server/node_modules/http-proxy-middleware/dist/handlers/response-interceptor.d.ts:3 Type declaration ( buffer: Buffer , proxyRes: http.IncomingMessage , req: http.IncomingMessage , res: http.ServerResponse ) : Promise < Buffer | string > Parameters buffer: Buffer proxyRes: http.IncomingMessage req: http.IncomingMessage res: http.ServerResponse Returns Promise < Buffer | string > Intermediate File System Defined in node_modules/webpack/types.d.ts:5173 Internal Cell Defined in node_modules/webpack/types.d.ts:5202 Type parameters Is Elements Is
Elements
< T > : false extends IsUnion < T > ? [ T ] extends [ readonly unknown [] ] ? undefined extends T [ 0.5 ] ? false : true : false : false Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:53 Type parameters Is Enum Is
Enum
< T > : null extends EnumString < Exclude < T , null > > ? false : true Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:51 Type parameters Is Record Is
Record
< T , Union > : Union extends IsUnion < Exclude < T , null > > ? null extends EnumString < keyof Exclude < T , null > > ? false : true : false Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:57 Type parameters Is Union Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:43 Type parameters Is Union_ Is Union_< T , U > : false extends T extends unknown ? [ U ] extends [ T ] ? false : true : never ? false : true
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:42 Type parameters Is Values Is
Values
< T > : false extends IsUnion < Exclude < T , null > > ? TypeEquality < keyof Exclude < T , null > , string > : false Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:55 Type parameters Items Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts:2 JSONSchema4 Defined in node_modules/webpack/node_modules/schema-utils/declarations/validate.d.ts:1 JSONSchema6 Defined in node_modules/webpack/node_modules/schema-utils/declarations/validate.d.ts:2 JSONSchema7 Defined in node_modules/webpack/node_modules/schema-utils/declarations/validate.d.ts:3 JSONType JSONType< T , IsPartial > : IsPartial extends true ? T | undefined : T
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/json-schema.d.ts:6 Type parameters T: string IsPartial: boolean JTDData Def JTDData
Def
< S , D > : ( S extends { ref
: string } ? D extends { [ K in S [ "ref" ] ] : infer V
} ? JTDDataDef < V , D > : never : S extends { type
: NumberType } ? number : S extends { type
: "boolean" } ? boolean : S extends { type
: "string" } ? string : S extends { type
: "timestamp" } ? string | Date : S extends { enum
: readonly infer E
[] } ? string extends E ? never : [ E ] extends [ string ] ? E : never : S extends { elements
: infer E
} ? JTDDataDef < E , D > [] : S extends { additionalProperties
?: boolean ; optionalProperties
?: Record < string , unknown > ; properties
: Record < string , unknown > } ? { -readonly [ K in keyof S [ "properties" ] ] -?: JTDDataDef < S [ "properties" ] [ K ] , D > } & { -readonly [ K in keyof S [ "optionalProperties" ] ] ?: JTDDataDef < S [ "optionalProperties" ] [ K ] , D > } & ( [ S [ "additionalProperties" ] ] extends [ true ] ? Record < string , unknown > : unknown ) : S extends { additionalProperties
?: boolean ; optionalProperties
: Record < string , unknown > ; properties
?: Record < string , unknown > } ? { -readonly [ K in keyof S [ "properties" ] ] -?: JTDDataDef < S [ "properties" ] [ K ] , D > } & { -readonly [ K in keyof S [ "optionalProperties" ] ] ?: JTDDataDef < S [ "optionalProperties" ] [ K ] , D > } & ( [ S [ "additionalProperties" ] ] extends [ true ] ? Record < string , unknown > : unknown ) : S extends { values
: infer V
} ? Record < string , JTDDataDef < V , D > > : S extends { discriminator
: infer M
; mapping
: Record < string , unknown > } ? [ M ] extends [ string ] ? { [ K in keyof S [ "mapping" ] ] : JTDDataDef < S [ "mapping" ] [ K ] , D > & { [ KM in M ] : K } } [ keyof S [ "mapping" ] ] : never : unknown ) | ( S extends { nullable
: true } ? null : never ) Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:121 Type parameters S D: Record < string , unknown > JTDData Type JTDData
Type
< S > : S extends { definitions
: Record < string , unknown > } ? JTDDataDef < S , S [ "definitions" ] > : JTDDataDef < S , Record < string , never > > Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:166 Type parameters JTDSchema Type JTDSchema
Type
< T , D > : ( ( null extends EnumString < keyof D > ? never : ( { [ K in keyof D ] : [ T ] extends [ D [ K ] ] ? { ref
: K } : never } [ keyof D ] & { nullable
?: false } ) | ( null extends T ? { [ K in keyof D ] : [ Exclude < T , null > ] extends [ Exclude < D [ K ] , null > ] ? { ref
: K } : never } [ keyof D ] & { nullable
: true } : never ) ) | ( unknown extends T ? { nullable
?: boolean } : never ) | ( ( true extends NullTypeEquality < T , number > ? { type
: NumberType } : true extends NullTypeEquality < T , boolean > ? { type
: "boolean" } : true extends NullTypeEquality < T , string > ? { type
: StringType } : true extends NullTypeEquality < T , Date > ? { type
: "timestamp" } : true extends IsEnum < T > ? { enum
: EnumString < Exclude < T , null > > [] } : true extends IsElements < Exclude < T , null > > ? T extends readonly infer E
[] ? { elements
: JTDSchemaType < E , D > } : never : true extends IsValues < T > ? T extends Record < string , infer V
> ? { values
: JTDSchemaType < V , D > } : never : true extends IsRecord < T , false > ? ( [ RequiredKeys < Exclude < T , null > > ] extends [ never ] ? { properties
?: Record < string , never > } : { properties
: { [ K in RequiredKeys < T > ] : JTDSchemaType < T [ K ] , D > } } ) & ( [ OptionalKeys < Exclude < T , null > > ] extends [ never ] ? { optionalProperties
?: Record < string , never > } : { optionalProperties
: { [ K in OptionalKeys < T > ] : JTDSchemaType < Exclude < T [ K ] , undefined > , D > } } ) & { additionalProperties
?: boolean } : true extends IsRecord < T , true > ? { [ K in keyof Exclude < T , null > ] -?: Exclude < T , null > [ K ] extends string ? { discriminator
: K ; mapping
: { [ M in Exclude < T , null > [ K ] ] : JTDSchemaType < Omit < T extends { [ C in K ] : M } ? T : never , K > , D > } } : never } [ keyof Exclude < T , null > ] : never ) & ( null extends T ? { nullable
: true } : { nullable
?: false } ) ) ) & { definitions
?: { [ K in keyof D ] : JTDSchemaType < D [ K ] , D > } ; metadata
?: Record < string , unknown > } Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:59 Type parameters T D: Record < string , unknown > = Record < string , never > Json Object Json Object: {} & {}
Defined in node_modules/webpack/types.d.ts:6389 Json Value Defined in node_modules/webpack/types.d.ts:6399 Key Value Key Value: {}
Defined in node_modules/bonjour-service/dist/lib/KeyValue.d.ts:1 Keyword Cxt Params Keyword
Cxt
Params
: { [ P in string ] ?: Code | string | number } Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/index.d.ts:151 Known Known
: {} | [ Known , ... Known [] ] | Known [] | number | string | boolean | null Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/json-schema.d.ts:101 Kwd Kwd: "maximum" | "minimum" | "exclusiveMaximum" | "exclusiveMinimum"
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts:2 Library Export Library Export: string | string []
Defined in node_modules/webpack/types.d.ts:6992 Library Name Defined in node_modules/webpack/types.d.ts:6993 Limit Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/validation/index.d.ts:11 Limit Number Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts:4 Listr Base Class Options Defined in node_modules/listr2/dist/index.d.ts:829 Type parameters Listr Context Listr Context: any | undefined
Defined in node_modules/listr2/dist/index.d.ts:681 Listr Default Renderer Defined in node_modules/listr2/dist/index.d.ts:596 Listr Default Renderer Value Listr Default Renderer Value: "default"
Defined in node_modules/listr2/dist/index.d.ts:594 Listr Event Defined in node_modules/listr2/dist/index.d.ts:837 Listr Fallback Renderer Defined in node_modules/listr2/dist/index.d.ts:600 Listr Fallback Renderer Value Listr Fallback Renderer Value: "verbose"
Defined in node_modules/listr2/dist/index.d.ts:598 Listr Get Renderer Class From Value Defined in node_modules/listr2/dist/index.d.ts:617 Type parameters Listr Get Renderer Options Defined in node_modules/listr2/dist/index.d.ts:625 Type parameters Listr Get Renderer Task Options Defined in node_modules/listr2/dist/index.d.ts:629 Type parameters Listr Renderer Factory Defined in node_modules/listr2/dist/index.d.ts:673 Listr Renderer Value Defined in node_modules/listr2/dist/index.d.ts:613 Listr Silent Renderer Defined in node_modules/listr2/dist/index.d.ts:604 Listr Silent Renderer Value Listr Silent Renderer Value: "silent"
Defined in node_modules/listr2/dist/index.d.ts:602 Listr Simple Renderer Defined in node_modules/listr2/dist/index.d.ts:608 Listr Simple Renderer Value Listr Simple Renderer Value: "simple"
Defined in node_modules/listr2/dist/index.d.ts:606 Listr Sub Class Options Defined in node_modules/listr2/dist/index.d.ts:835 Type parameters Listr Task Result Defined in node_modules/listr2/dist/index.d.ts:821 Type parameters Literal Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:432 Local Refs Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/resolve.d.ts:4 Log Provider Callback Defined in node_modules/webpack-dev-server/node_modules/http-proxy-middleware/dist/types.d.ts:43 Logger Logger: ( ... args: any [] ) => void
Defined in node_modules/webpack-dev-server/node_modules/http-proxy-middleware/dist/types.d.ts:42 Logical Operator Logical Operator: "||" | "&&" | "??"
Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:483 Macro Keyword Func Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/index.d.ts:105 Make Universal Opts Defined in node_modules/@electron/packager/dist/types.d.ts:7 Make Universal Opts Make Universal Opts: { arm64AppPath: string ; force?: boolean ; infoPlistsToIgnore?: string ; mergeASARs?: boolean ; outAppPath: string ; singleArchFiles?: string ; x64AppPath: string ; x64ArchFiles?: string }
Defined in node_modules/@electron/universal/dist/cjs/index.d.ts:1 Type declaration arm64 App Path: string Optional force?: boolean Optional info Plists To Ignore?: string Optional mergeASARs?: boolean out App Path: string Optional single Arch Files?: string x64 App Path: string Optional x64 Arch Files?: string Matcher Matcher: string | RegExp | ( string | RegExp ) []
Defined in node_modules/webpack/types.d.ts:7458 Measure Measure< T > : T extends 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 ? T : never
Defined in node_modules/tapable/tapable.d.ts:7 Type parameters Middleware Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3639 Module Declaration Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:621 Module Filter Item Types Module
Filter
Item
Types
: string | RegExp | ( ( name
: string , module
: StatsModule , type
: "module" | "chunk" | "root-of-chunk" | "nested" ) => boolean ) Defined in node_modules/webpack/types.d.ts:7776 Module Info Defined in node_modules/webpack/types.d.ts:7929 Module Type Module Type: "prod" | "dev" | "optional"
Defined in node_modules/@electron/rebuild/lib/src/module-walker.d.ts:1 Multiple Of Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts:2 Next Function Next Function: ( err?: any ) => void
Defined in node_modules/@types/connect/index.d.ts:24 Next Handle Function Defined in node_modules/@types/connect/index.d.ts:27 Node Defined in node_modules/webpack/types.d.ts:8292 Normalized Stats Options Normalized
Stats
Options
: KnownNormalizedStatsOptions & Omit < StatsOptions , "context" | "chunkGroups" | "requestShortener" | "chunksSort" | "modulesSort" | "chunkModulesSort" | "nestedModulesSort" | "assetsSort" | "ids" | "cachedAssets" | "groupAssetsByEmitStatus" | "groupAssetsByPath" | "groupAssetsByExtension" | "assetsSpace" | "excludeAssets" | "excludeModules" | "warningsFilter" | "cachedModules" | "orphanModules" | "dependentModules" | "runtimeModules" | "groupModulesByCacheStatus" | "groupModulesByLayer" | "groupModulesByAttributes" | "groupModulesByPath" | "groupModulesByExtension" | "groupModulesByType" | "entrypoints" | "chunkGroupAuxiliary" | "chunkGroupChildren" | "chunkGroupMaxAssets" | "modulesSpace" | "chunkModulesSpace" | "nestedModulesSpace" | "logging" | "loggingDebug" | "loggingTrace" | "_env" > & Record < string , any > Defined in node_modules/webpack/types.d.ts:8621 Not Keyword Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/applicator/not.d.ts:2 Notary Tool Credentials Defined in node_modules/@electron/notarize/lib/types.d.ts:24 Null Type Equality Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:47 Type parameters Nullable Nullable< T > : undefined extends T ? { const?: null ; default?: T | null ; enum?: Readonly < ( T | null ) [] > ; nullable: true } : { const?: T ; default?: T ; enum?: Readonly < T [] > }
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/json-schema.d.ts:114 Type parameters Number Type Number Type: "float32" | "float64" | "int8" | "uint8" | "int16" | "uint16" | "int32" | "uint32"
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:2 Official Arch Official Arch: "ia32" | "x64" | "armv7l" | "arm64" | "mips64el" | "universal"
Defined in node_modules/@electron/packager/dist/types.d.ts:12 Official Platform Official Platform: "linux" | "win32" | "darwin" | "mas"
Defined in node_modules/@electron/packager/dist/types.d.ts:16 On Close Callback Defined in node_modules/webpack-dev-server/node_modules/http-proxy-middleware/dist/types.d.ts:52 Type declaration Parameters proxySocket: net.Socket proxyHead: any Returns void On Error Callback Defined in node_modules/webpack-dev-server/node_modules/http-proxy-middleware/dist/types.d.ts:48 Type declaration Parameters err: Error Optional target: string | Partial < url.Url > Returns void On Open Callback On Open Callback: ( proxySocket: net.Socket ) => void
Defined in node_modules/webpack-dev-server/node_modules/http-proxy-middleware/dist/types.d.ts:53 Type declaration ( proxySocket: net.Socket ) : void On Proxy Req Callback Defined in node_modules/webpack-dev-server/node_modules/http-proxy-middleware/dist/types.d.ts:50 Type declaration Parameters proxyReq: http.ClientRequest Returns void On Proxy Req Ws Callback Defined in node_modules/webpack-dev-server/node_modules/http-proxy-middleware/dist/types.d.ts:51 Type declaration Parameters proxyReq: http.ClientRequest socket: net.Socket head: any Returns void On Proxy Res Callback Defined in node_modules/webpack-dev-server/node_modules/http-proxy-middleware/dist/types.d.ts:49 Type declaration Parameters proxyRes: http.IncomingMessage Returns void One Of Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts:2 Only Sign Options Only
Sign
Options
: { binaries
?: string [] ; identityValidation
?: boolean ; ignore
?: string | string [] | ( ( file
: string ) => boolean ) ; preAutoEntitlements
?: boolean ; preEmbedProvisioningProfile
?: boolean ; provisioningProfile
?: string ; strictVerify
?: boolean ; type
?: SigningDistributionType ; version
?: string ; optionsForFile
?: any } Defined in node_modules/@electron/osx-sign/dist/esm/types.d.ts:41 Type declaration Optional binaries?: string [] Optional identity Validation?: boolean Optional ignore?: string | string [] | ( ( file: string ) => boolean ) Optional pre Auto Entitlements?: boolean Optional pre Embed Provisioning Profile?: boolean Optional provisioning Profile?: string Optional strict Verify?: boolean Optional version?: string options For File?: function Defined in node_modules/@electron/osx-sign/dist/esm/types.d.ts:43 Parameters Open Open
: { app
?: string | string [] | OpenApp ; target
?: string | string [] } Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3603 Type declaration Optional app?: string | string [] | OpenApp Optional target?: string | string [] Optional Keys Optional Keys< T > : { [ K in keyof T ] -?: undefined extends T [ K ] ? K : never } [ keyof T ]
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:38 Type parameters Osx Sign Options Osx
Sign
Options
: Omit < SignOptions , "app" | "binaries" | "platform" | "version" > Defined in node_modules/@electron/packager/dist/types.d.ts:90 Osx Universal Options Osx
Universal
Options
: Omit < MakeUniversalOpts , "x64AppPath" | "arm64AppPath" | "outAppPath" | "force" > Defined in node_modules/@electron/packager/dist/types.d.ts:95 Parser Options By Module Type Defined in node_modules/webpack/types.d.ts:9734 Pattern Defined in node_modules/webpack/types.d.ts:9812 Pattern Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:411 Pattern Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts:2 Per File Sign Options Per File Sign Options: { entitlements?: string | string [] ; hardenedRuntime?: boolean ; requirements?: string ; signatureFlags?: string | string [] ; timestamp?: string }
Defined in node_modules/@electron/osx-sign/dist/esm/types.d.ts:16 Type declaration Optional entitlements?: string | string [] Optional hardened Runtime?: boolean Optional requirements?: string Optional signature Flags?: string | string [] Optional timestamp?: string Plugin Plugin
: undefined | null | false | "" | 0 | { apply
: any } | ( ( this
: Resolver , arg1
: Resolver ) => void ) Defined in node_modules/webpack/types.d.ts:9859 Port Port: number | string | "auto"
Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3486 Post Formatter Defined in node_modules/webpack/node_modules/schema-utils/declarations/validate.d.ts:18 Problem Problem
: { argument
: string ; expected
?: string ; index
?: number ; path
: string ; type
: ProblemType ; value
?: any } Defined in node_modules/webpack-dev-server/types/bin/process-arguments.d.ts:25 Type declaration argument: string Optional expected?: string Optional index?: number path: string Optional value?: any Problem Type Problem Type: "unknown-argument" | "unexpected-non-array-in-path" | "unexpected-non-object-in-path" | "multiple-values-unexpected" | "invalid-value"
Defined in node_modules/webpack/types.d.ts:9906 Problem Type Problem Type: "unknown-argument" | "unexpected-non-array-in-path" | "unexpected-non-object-in-path" | "multiple-values-unexpected" | "invalid-value"
Defined in node_modules/webpack-dev-server/types/bin/process-arguments.d.ts:33 Progress Plugin Argument Progress
Plugin
Argument
: ProgressPluginOptions | ( ( percentage
: number , msg
: string ,
... args
: string [] ) => void ) Defined in node_modules/webpack/types.d.ts:9970 Prompt Options Defined in node_modules/listr2/dist/index.d.ts:81 Type parameters Prompt Options Defined in node_modules/enquirer/index.d.ts:86 Prompt Options Type Defined in node_modules/listr2/dist/index.d.ts:98 Type parameters Prompt Types Prompt Types: "AutoComplete" | "BasicAuth" | "Confirm" | "Editable" | "Form" | "Input" | "Invisible" | "List" | "MultiSelect" | "Numeral" | "Password" | "Quiz" | "Scale" | "Select" | "Snippet" | "Sort" | "Survey" | "Text" | "Toggle"
Defined in node_modules/listr2/dist/index.d.ts:97 Property Dependencies Property Dependencies: { [ K in string ] ?: string [] }
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts:3 Property Names Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts:2 Provides Defined in node_modules/webpack/types.d.ts:10051 Proxy Config Array Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3588 Proxy Config Array Item Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3582 Proxy Config Map Proxy Config Map: {}
Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3596 Proxy Target Defined in node_modules/@types/http-proxy/index.d.ts:134 Proxy Target Url Proxy Target Url: string | Partial < url.Url >
Defined in node_modules/@types/http-proxy/index.d.ts:135 Rebuild Mode Rebuild Mode: "sequential" | "parallel"
Defined in node_modules/@electron/rebuild/lib/src/types.d.ts:7 Recursive Array Or Record Defined in node_modules/webpack/types.d.ts:10181 Type parameters Remotes Defined in node_modules/webpack/types.d.ts:10196 Remove Tail Remove Tail< S , Tail > : S extends ` ${ infer P} ${ Tail } ` ? P : S
Defined in node_modules/@types/express-serve-static-core/index.d.ts:99 Type parameters Render Manifest Entry Defined in node_modules/webpack/types.d.ts:10286 Request Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3499 Required Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/validation/required.d.ts:2 Required Instance Options Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/core.d.ts:95 Required Keys Required Keys< T > : { [ K in keyof T ] -?: undefined extends T [ K ] ? never : K } [ keyof T ]
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:34 Type parameters Resolve Options With Dependency Type Defined in node_modules/webpack/types.d.ts:10644 Resolve Request Defined in node_modules/webpack/types.d.ts:10660 Resolver With Options Defined in node_modules/webpack/types.d.ts:10744 Response Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3500 Result Defined in node_modules/@types/range-parser/index.d.ts:32 Result Invalid Result Invalid: -2
Defined in node_modules/@types/range-parser/index.d.ts:31 Result Unsatisfiable Result Unsatisfiable: -1
Defined in node_modules/@types/range-parser/index.d.ts:30 Router Defined in node_modules/@types/express-ws/index.d.ts:20 Rule Rule: string | RegExp
Defined in node_modules/webpack/types.d.ts:10754 Rule Set Condition Or Conditions Defined in node_modules/webpack/types.d.ts:10778 Runtime Condition Runtime
Condition
: undefined | string | boolean | SortableSet < string > Defined in node_modules/webpack/types.d.ts:11190 Runtime Spec Defined in node_modules/webpack/types.d.ts:11236 Safe Expr Safe
Expr
: Code | number | boolean | null Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/codegen/index.d.ts:6 Safe Expr Safe
Expr
: Code | number | boolean | null Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/codegen/code.d.ts:28 Schema Defined in node_modules/webpack/node_modules/schema-utils/declarations/validate.d.ts:14 Schema Refs Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/index.d.ts:7 Schema Util Error Object Defined in node_modules/webpack/node_modules/schema-utils/declarations/validate.d.ts:15 Scope Store Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/codegen/scope.d.ts:21 Scope Value Sets Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/codegen/scope.d.ts:25 Scope Values Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/codegen/scope.d.ts:22 Server Configuration Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3564 Server Options Server Options: ServerOptions & { spdy?: { plain?: boolean ; protocol?: string ; protocols?: string [] ; ssl?: boolean ; x-forwarded-for?: string } }
Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3518 Server Options Https Server Options Https< Request , Response > : SecureContextOptions & TlsOptions & ServerOptionsImport < Request , Response >
Defined in node_modules/webpack/types.d.ts:11718 Type parameters Request: typeof IncomingMessage = typeof IncomingMessage Response: typeof ServerResponse = typeof ServerResponse Shared Defined in node_modules/webpack/types.d.ts:11745 Sign Options Defined in node_modules/@electron/osx-sign/dist/esm/types.d.ts:69 Signing Distribution Type Signing Distribution Type: "development" | "distribution"
Defined in node_modules/@electron/osx-sign/dist/esm/types.d.ts:2 SomeJTDSchema Type Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:6 Start Result Defined in packages/utils/types/dist/index.d.ts:170 Startup Render Context Defined in node_modules/webpack/types.d.ts:12160 Statement Defined in node_modules/webpack/types.d.ts:12161 Statement Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:103 Static Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3541 Type declaration Optional directory?: string Optional public Path?: string | string [] Stats Asset Defined in node_modules/webpack/types.d.ts:12195 Stats Compilation Defined in node_modules/webpack/types.d.ts:12199 Stats Error Defined in node_modules/webpack/types.d.ts:12200 Stats Factory Context Defined in node_modules/webpack/types.d.ts:12239 Stats Module Defined in node_modules/webpack/types.d.ts:12242 Stats Printer Context Defined in node_modules/webpack/types.d.ts:12710 Stats Value Stats
Value
: boolean | StatsOptions | "none" | "verbose" | "summary" | "errors-only" | "errors-warnings" | "minimal" | "normal" | "detailed" Defined in node_modules/webpack/types.d.ts:12712 Strict Null Checks Wrapper Strict Null Checks Wrapper< Name , Type > : undefined extends null ? ` strictNullChecks must be true in tsconfig to use ${ Name } ` : Type
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/json-schema.d.ts:1 Type parameters String Type String Type: "string" | "timestamp"
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:4 Tap Defined in node_modules/tapable/tapable.d.ts:36 Tap Options Tap Options: { before?: string ; stage?: number }
Defined in node_modules/tapable/tapable.d.ts:40 Type declaration Optional before?: string Optional stage?: number Target Arch Defined in node_modules/@electron/packager/dist/types.d.ts:17 Target Definition Defined in node_modules/@electron/packager/dist/types.d.ts:84 Target Platform Defined in node_modules/@electron/packager/dist/types.d.ts:18 Teardown Logic Defined in node_modules/rxjs/dist/types/internal/types.d.ts:57 Trace Options Trace Options: { category: string ; extraDetails?: Record < string , string > ; name: string ; newRoot?: boolean }
Defined in packages/utils/tracer/dist/index.d.ts:1 Type declaration category: string Optional extra Details?: Record < string , string > name: string Optional new Root?: boolean Type Equality Type Equality< T , E > : [ T ] extends [ E ] ? [ E ] extends [ T ] ? true : false : false
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/jtd-schema.d.ts:45 Type parameters Type Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/validate/dataType.d.ts:14 Unary Operator Unary Operator: "-" | "+" | "!" | "~" | "typeof" | "void" | "delete"
Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:457 UncheckedJSONSchema Type UncheckedJSONSchema
Type
< T , IsPartial > : ( { anyOf
: readonly UncheckedJSONSchemaType < T , IsPartial > [] } | { oneOf
: readonly UncheckedJSONSchemaType < T , IsPartial > [] } | ( { type
: readonly ( T extends number ? JSONType < "number" | "integer" , IsPartial > : T extends string ? JSONType < "string" , IsPartial > : T extends boolean ? JSONType < "boolean" , IsPartial > : never ) [] } & UnionToIntersection < T extends number ? NumberKeywords : T extends string ? StringKeywords : T extends boolean ? {} : never > ) | ( ( T extends number ? { type
: JSONType < "number" | "integer" , IsPartial > } & NumberKeywords : T extends string ? { type
: JSONType < "string" , IsPartial > } & StringKeywords : T extends boolean ? { type
: JSONType < "boolean" , IsPartial > } : T extends readonly [ any , ... any [] ] ? { items
: { readonly [ K in keyof T ] -?: UncheckedJSONSchemaType < T [ K ] , false > & Nullable < T [ K ] > } & { length
: T [ "length" ] } ; minItems
: T [ "length" ] ; type
: JSONType < "array" , IsPartial > } & ( { maxItems
: T [ "length" ] } | { additionalItems
: false } ) : T extends readonly any [] ? { additionalItems
?: never ; contains
?: UncheckedPartialSchema < T [ 0 ] > ; items
: UncheckedJSONSchemaType < T [ 0 ] , false > ; maxContains
?: number ; maxItems
?: number ; minContains
?: number ; minItems
?: number ; type
: JSONType < "array" , IsPartial > ; uniqueItems
?: true } : T extends Record < string , any > ? { additionalProperties
?: boolean | UncheckedJSONSchemaType < T [ string ] , false > ; dependencies
?: { [ K in keyof T ] ?: Readonly < keyof T [] > | UncheckedPartialSchema < T > } ; dependentRequired
?: { [ K in keyof T ] ?: Readonly < keyof T [] > } ; dependentSchemas
?: { [ K in keyof T ] ?: UncheckedPartialSchema < T > } ; maxProperties
?: number ; minProperties
?: number ; patternProperties
?: Record < string , UncheckedJSONSchemaType < T [ string ] , false > > ; properties
?: IsPartial extends true ? Partial < UncheckedPropertiesSchema < T > > : UncheckedPropertiesSchema < T > ; propertyNames
?: Omit < UncheckedJSONSchemaType < string , false > , "type" > & { type
?: "string" } ; type
: JSONType < "object" , IsPartial > ; unevaluatedProperties
?: boolean | UncheckedJSONSchemaType < T [ string ] , false > } & ( IsPartial extends true ? { required
: Readonly < keyof T [] > } : [ UncheckedRequiredMembers < T > ] extends [ never ] ? { required
?: Readonly < UncheckedRequiredMembers < T > [] > } : { required
: Readonly < UncheckedRequiredMembers < T > [] > } ) : T extends null ? { nullable
: true ; type
: JSONType < "null" , IsPartial > } : never ) & { allOf
?: Readonly < UncheckedPartialSchema < T > [] > ; anyOf
?: Readonly < UncheckedPartialSchema < T > [] > ; else
?: UncheckedPartialSchema < T > ; if
?: UncheckedPartialSchema < T > ; not
?: UncheckedPartialSchema < T > ; oneOf
?: Readonly < UncheckedPartialSchema < T > [] > ; then
?: UncheckedPartialSchema < T > } ) ) & { $defs
?: Record < string , UncheckedJSONSchemaType < Known , true > > ; $id
?: string ; $ref
?: string ; definitions
?: Record < string , UncheckedJSONSchemaType < Known , true > > } Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/json-schema.d.ts:21 Type parameters Unchecked Partial Schema Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/json-schema.d.ts:4 Type parameters Unchecked Properties Schema Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/json-schema.d.ts:104 Type parameters Unchecked Required Members Unchecked Required Members< T > : { [ K in keyof T ] -?: undefined extends T [ K ] ? never : K } [ keyof T ]
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/json-schema.d.ts:110 Type parameters Unevaluated Items Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts:2 Unevaluated Properties Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts:2 Union To Intersection Union To Intersection< U > : ( U extends any ? ( _: U ) => void : never ) extends ( _: infer I) => void ? I : never
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/types/json-schema.d.ts:2 Type parameters Unionize Unionize< T > : { [ P in keyof T ] : T [ P ] } [ keyof T ]
Defined in node_modules/listr2/dist/index.d.ts:94 Type parameters T: Record < PropertyKey , unknown > Unique Items Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts:2 Update Operator Update Operator: "++" | "--"
Defined in node_modules/webpack/node_modules/@types/estree/index.d.ts:503 Usage State Type Usage State Type: 0 | 1 | 2 | 3 | 4
Defined in node_modules/webpack/types.d.ts:12837 Used Names Used Names: Record < string , number | undefined >
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/codegen/code.d.ts:26 Used Scope Values Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/codegen/scope.d.ts:32 Validation Error Configuration Validation
Error
Configuration
: { baseDataPath
?: string ; name
?: string ; postFormatter
?: PostFormatter } Defined in node_modules/webpack/node_modules/schema-utils/declarations/validate.d.ts:22 Type declaration Optional base Data Path?: string Optional name?: string Validation Keyword Error Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/vocabularies/validation/index.d.ts:16 Validation Types Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/rules.d.ts:5 Value Reference Value Reference: unknown
Defined in node_modules/webpack-dev-middleware/node_modules/ajv/dist/compile/codegen/scope.d.ts:11 Warning Filter Item Types Warning
Filter
Item
Types
: string | RegExp | ( ( warning
: StatsError , value
: string ) => boolean ) Defined in node_modules/webpack/types.d.ts:12993 Watch Files Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3531 Web Socket Alias Defined in node_modules/@types/ws/index.d.ts:174 Web Socket Server Configuration Web Socket Server Configuration: { options?: Record < string , any > ; type?: string | Function }
Defined in node_modules/webpack-dev-server/types/lib/Server.d.ts:3568 Type declaration Optional options?: Record < string , any > Optional type?: string | Function Webpack Mode Webpack Mode: "production" | "development"
Websocket Method Defined in node_modules/@types/express-ws/index.d.ts:40 Type parameters Websocket Request Handler Defined in node_modules/@types/express-ws/index.d.ts:39 __ Type Webpack Options __
Type
Webpack
Options
: ( data
: object ) => string | { ident
?: string ; loader
?: string ; options
?: string | {} } | __TypeWebpackOptions | __Type_2 [] Defined in node_modules/webpack/types.d.ts:13501 __ Type_ 2 __
Type_
2
: undefined | null | string | false | 0 | { ident
?: string ; loader
?: string ; options
?: string | {} } | ( ( data
: object ) => string | { ident
?: string ; loader
?: string ; options
?: string | {} } | __TypeWebpackOptions | __Type_2 [] ) Defined in node_modules/webpack/types.d.ts:13519 default Decoder default Decoder: ( str: string , decoder?: any , charset?: string ) => string
Defined in node_modules/@types/qs/index.d.ts:18 Type declaration ( str: string , decoder?: any , charset?: string ) : string Parameters str: string Optional decoder: any Optional charset: string Returns string
gets only the string literals of a type or null if a type isn't a string literal