agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
WriteFileResult
Interface WriteFileResult
Per-entry result of the batch
writeFiles
/
readFiles
actions.
interface
WriteFileResult
{
error
?:
string
;
ok
:
boolean
;
path
:
string
;
}
Index
Properties
error?
ok
path
Properties
Optional
error
error
?:
string
ok
ok
:
boolean
path
path
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
ok
path
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
Per-entry result of the batch
writeFiles/readFilesactions.