ReferenceGenerated APIREADMEtype-aliasesSyncMutationOutcomeVersion: 57.2.0SyncMutationOutcome SyncMutationOutcome = { ack: SyncAck; type: "ack"; } | { nack: SyncNack; type: "nack"; } Outcome of applying a sync mutation: an ack for the client, or a typed nack.Discuss this page