API reference › @evolu/common › local‑first/Schema › QuarantineOrigin
const QuarantineOrigin: {
LocalMutation: 0;
ReceivedMessage: 1;
};
Defined in: packages/common/src/local-first/Schema.ts:373
Whether a quarantined message was stamped by this database for a local mutation or received from sync. Persisted codes: names may change, but numbers must not be reassigned.
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
LocalMutation | 0 | 0 | packages/common/src/local-first/Schema.ts:374 |
ReceivedMessage | 1 | 1 | packages/common/src/local-first/Schema.ts:375 |