Beignet API reference
Preparing search index...
@beignet/cli
RunAppTaskResult
Type Alias RunAppTaskResult
Result returned by
beignet task run
.
type
RunAppTaskResult
=
{
cwd
:
string
;
durationMs
:
number
;
input
:
unknown
;
modulePath
:
string
;
name
:
string
;
output
:
unknown
;
schemaVersion
:
1
;
tenant
?:
string
;
}
Index
Properties
cwd
duration
Ms
input
module
Path
name
output
schema
Version
tenant?
Properties
cwd
cwd
:
string
duration
Ms
durationMs
:
number
input
input
:
unknown
module
Path
modulePath
:
string
name
name
:
string
output
output
:
unknown
schema
Version
schemaVersion
:
1
Optional
tenant
tenant
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cwd
duration
Ms
input
module
Path
name
output
schema
Version
tenant
Beignet API reference
Loading...
Result returned by
beignet task run.