KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
PartialResolvedId
Interface PartialResolvedId
Make all properties in T optional
interface
PartialResolvedId
{
external
?:
boolean
|
"absolute"
|
"relative"
;
id
:
string
;
invalidate
?:
boolean
|
null
;
meta
?:
CustomPluginOptions
|
null
;
moduleSideEffects
?:
ModuleSideEffects
;
packageJsonPath
?:
string
|
null
;
}
Hierarchy (
View Summary
)
Partial
<
PartialNull
<
ModuleOptions
>
>
PartialResolvedId
Index
Properties
external?
id
invalidate?
meta?
module
Side
Effects?
package
Json
Path?
Properties
Optional
external
external
?:
boolean
|
"absolute"
|
"relative"
id
id
:
string
Optional
invalidate
invalidate
?:
boolean
|
null
Optional
meta
meta
?:
CustomPluginOptions
|
null
Optional
module
Side
Effects
moduleSideEffects
?:
ModuleSideEffects
Optional
package
Json
Path
packageJsonPath
?:
string
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
external
id
invalidate
meta
module
Side
Effects
package
Json
Path
Github
KC's Workspace
Loading...
Make all properties in T optional