@watzon/baserow
Preparing search index...
types
BaserowJob
Interface BaserowJob
interface
BaserowJob
{
humanReadableError
?:
string
;
id
:
number
;
progressPercentage
:
number
;
state
:
BaserowJobState
;
type
:
string
;
}
Hierarchy (
View Summary
)
BaserowJob
FileImportJobResponse
DuplicateTableJobResponse
ExportJob
SyncDataSyncTableJobResponse
DuplicateFieldJobResponse
Index
Properties
human
Readable
Error?
id
progress
Percentage
state
type
Properties
Optional
human
Readable
Error
humanReadableError
?:
string
id
id
:
number
progress
Percentage
progressPercentage
:
number
state
state
:
BaserowJobState
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
human
Readable
Error
id
progress
Percentage
state
type
@watzon/baserow
Loading...