fieldnotesai
Preparing search index...
src/services/autoFill/orchestrateAutoFill
OrchestrationResult
Interface OrchestrationResult
Provides functionality for orchestration result.
interface
OrchestrationResult
{
dbFill
:
{
error
?:
string
;
savedFields
:
string
[]
;
success
:
boolean
}
;
formFill
:
{
data
?:
DynamicFormAnswers
;
error
?:
string
;
success
:
boolean
}
;
}
Index
Properties
db
Fill
form
Fill
Properties
db
Fill
dbFill
:
{
error
?:
string
;
savedFields
:
string
[]
;
success
:
boolean
}
form
Fill
formFill
:
{
data
?:
DynamicFormAnswers
;
error
?:
string
;
success
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
db
Fill
form
Fill
fieldnotesai
Loading...
Provides functionality for orchestration result.