mdn-translation-ja-mcp
Preparing search index...
shared/workspace
ResolveWorkspaceResult
Type Alias ResolveWorkspaceResult
ResolveWorkspaceResult
:
|
{
ok
:
true
;
paths
:
MdnWorkspacePaths
}
|
{
ok
:
false
;
code
:
ResolveWorkspaceErrorCode
;
message
:
string
;
details
:
{
contentRoot
:
string
;
translatedContentRoot
:
string
;
workspaceParent
:
string
;
missing
:
(
"content"
|
"translated-content"
)
[]
;
notDirectory
:
(
"content"
|
"translated-content"
)
[]
;
expectedContentFilesEnUs
?:
string
;
expectedTranslatedFilesJa
?:
string
;
layoutInvalid
?:
MdnLayoutInvalidPart
[]
;
}
;
}
ワークスペース解決 API の戻り値。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
mdn-translation-ja-mcp
Loading...
ワークスペース解決 API の戻り値。