fieldnotesai
Preparing search index...
src/utils/exportUtils
ExportResult
Interface ExportResult
Provides functionality for export result.
interface
ExportResult
{
error
?:
string
;
filePath
?:
string
;
success
:
boolean
;
}
Index
Properties
error?
file
Path?
success
Properties
Optional
error
error
?:
string
Optional
file
Path
filePath
?:
string
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
file
Path
success
fieldnotesai
Loading...
Provides functionality for export result.