vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
MetadataManifest
Interface MetadataManifest
interface
MetadataManifest
{
apiVersion
:
string
;
files
:
{
[
packagePath
:
string
]:
(
|
{
name
?:
undefined
;
type
?:
undefined
}
|
{
name
:
string
;
type
:
string
}
)
&
(
|
{
body
?:
undefined
;
localPath
:
string
}
|
{
body
:
string
|
Buffer
<
ArrayBufferLike
>
;
localPath
?:
undefined
}
)
;
}
;
}
Index
Properties
api
Version
files
Properties
api
Version
apiVersion
:
string
files
files
:
{
[
packagePath
:
string
]:
(
{
name
?:
undefined
;
type
?:
undefined
}
|
{
name
:
string
;
type
:
string
}
)
&
(
|
{
body
?:
undefined
;
localPath
:
string
}
|
{
body
:
string
|
Buffer
<
ArrayBufferLike
>
;
localPath
?:
undefined
}
)
;
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
api
Version
files
vlocode-project - v1.40.0-beta-4
Loading...