Creating Plot Twists
    Preparing search index...

    Type Alias ThreadUpdate

    ThreadUpdate:
        | ({ id: Uuid } | { source: string }) & ThreadSingleUpdateFields
        | { match: ThreadFilter } & ThreadBulkUpdateFields

    Type Declaration

    • ({ id: Uuid } | { source: string }) & ThreadSingleUpdateFields
    • { match: ThreadFilter } & ThreadBulkUpdateFields
      • match: ThreadFilter

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