lightyear.definesyncactionprops
Home > @runlightyear/lightyear > DefineSyncActionProps
DefineSyncActionProps type
Type for defining sync actions - must specify exactly one of app or customApp
Signature:
type DefineSyncActionProps = SyncActionWithApp | SyncActionWithCustomApp;