Creating Plot Twists
    Preparing search index...

    Type Alias ActivityUpdate

    ActivityUpdate:
        | ({ id: Uuid } | { source: string }) & ActivitySingleUpdateFields
        | { match: ActivityFilter } & ActivityBulkUpdateFields

    Type Declaration

    • ({ id: Uuid } | { source: string }) & ActivitySingleUpdateFields
    • { match: ActivityFilter } & ActivityBulkUpdateFields
      • match: ActivityFilter

        Update all activities matching the specified criteria. Only activities that match all provided fields and were created by the twist will be updated.