@watzon/baserow
Preparing search index...
types
GitHubIssuesDataSync
Interface GitHubIssuesDataSync
interface
GitHubIssuesDataSync
{
githubIssuesOwner
:
string
;
githubIssuesRepo
:
string
;
id
:
number
;
lastError
?:
null
|
string
;
lastSync
?:
null
|
string
;
syncedProperties
:
DataSyncSyncedProperty
[]
;
type
:
"github_issues"
;
}
Hierarchy (
View Summary
)
BaseDataSync
GitHubIssuesDataSync
Index
Properties
github
Issues
Owner
github
Issues
Repo
id
last
Error?
last
Sync?
synced
Properties
type
Properties
github
Issues
Owner
githubIssuesOwner
:
string
github
Issues
Repo
githubIssuesRepo
:
string
id
id
:
number
Optional
last
Error
lastError
?:
null
|
string
Optional
last
Sync
lastSync
?:
null
|
string
synced
Properties
syncedProperties
:
DataSyncSyncedProperty
[]
type
type
:
"github_issues"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
github
Issues
Owner
github
Issues
Repo
id
last
Error
last
Sync
synced
Properties
type
@watzon/baserow
Loading...