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