@watzon/baserow
Preparing search index...
types
DuplicateFieldJobResponse
Interface DuplicateFieldJobResponse
interface
DuplicateFieldJobResponse
{
duplicatedField
:
BaseField
&
{
[
key
:
string
]:
any
}
&
RelatedFields
;
humanReadableError
?:
string
;
id
:
number
;
originalField
:
Field
;
progressPercentage
:
number
;
state
:
BaserowJobState
;
type
:
string
;
}
Hierarchy (
View Summary
)
BaserowJob
DuplicateFieldJobResponse
Index
Properties
duplicated
Field
human
Readable
Error?
id
original
Field
progress
Percentage
state
type
Properties
duplicated
Field
duplicatedField
:
BaseField
&
{
[
key
:
string
]:
any
}
&
RelatedFields
Optional
human
Readable
Error
humanReadableError
?:
string
id
id
:
number
original
Field
originalField
:
Field
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
Field
human
Readable
Error
id
original
Field
progress
Percentage
state
type
@watzon/baserow
Loading...