@worldware/msg-cli
Preparing search index...
lib/create-project-helpers
MsgProjectFileData
Interface MsgProjectFileData
Minimal type for MsgProject-like data we read from an existing project file.
interface
MsgProjectFileData
{
loader
?:
unknown
;
locales
?:
{
pseudoLocale
?:
string
;
sourceLocale
?:
string
;
targetLocales
?:
Record
<
string
,
string
[]
>
;
}
;
project
?:
{
name
?:
string
;
version
?:
number
}
;
}
Index
Properties
loader?
locales?
project?
Properties
Optional
loader
loader
?:
unknown
Optional
locales
locales
?:
{
pseudoLocale
?:
string
;
sourceLocale
?:
string
;
targetLocales
?:
Record
<
string
,
string
[]
>
;
}
Optional
project
project
?:
{
name
?:
string
;
version
?:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loader
locales
project
@worldware/msg-cli
Loading...
Minimal type for MsgProject-like data we read from an existing project file.