@watzon/baserow
Preparing search index...
types
GitLabIssuesDataSync
Interface GitLabIssuesDataSync
interface
GitLabIssuesDataSync
{
gitlabProjectId
:
string
;
gitlabUrl
?:
string
;
id
:
number
;
lastError
?:
null
|
string
;
lastSync
?:
null
|
string
;
syncedProperties
:
DataSyncSyncedProperty
[]
;
type
:
"gitlab_issues"
;
}
Hierarchy (
View Summary
)
BaseDataSync
GitLabIssuesDataSync
Index
Properties
gitlab
Project
Id
gitlab
Url?
id
last
Error?
last
Sync?
synced
Properties
type
Properties
gitlab
Project
Id
gitlabProjectId
:
string
Optional
gitlab
Url
gitlabUrl
?:
string
id
id
:
number
Optional
last
Error
lastError
?:
null
|
string
Optional
last
Sync
lastSync
?:
null
|
string
synced
Properties
syncedProperties
:
DataSyncSyncedProperty
[]
type
type
:
"gitlab_issues"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
gitlab
Project
Id
gitlab
Url
id
last
Error
last
Sync
synced
Properties
type
@watzon/baserow
Loading...