Skip to main content

lightyear.definesyncintegrationprops

Home > @runlightyear/lightyear > DefineSyncIntegrationProps

DefineSyncIntegrationProps type

Type for defining sync integrations - must specify exactly one of app or customApp

Signature:

type DefineSyncIntegrationProps = SyncIntegrationWithApp | SyncIntegrationWithCustomApp;