Typescript SDK Type Docs
    Preparing search index...

    Type Alias SyncAction

    type SyncAction = {
        buildActions: (now: Object, before: Object) => UpdateAction[];
    }
    Index

    Properties

    Properties

    buildActions: (now: Object, before: Object) => UpdateAction[]