[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [local‑first/Protocol](https://evolu.dev/docs/api-reference/common/local-first/Protocol) › SubscriptionFlags

```ts
const SubscriptionFlags: {
  None: 0;
  Subscribe: 1;
  Unsubscribe: 2;
};
```

Defined in: [packages/common/src/local-first/Protocol.ts:384](https://github.com/evoluhq/evolu/blob/e7144e2bbe9069362b62dec1b64a8aa922b8f1b0/packages/common/src/local-first/Protocol.ts#L384)

## Type Declaration

| Name                                            | Type | Default value | Description                              | Defined in                                                                                                                                                                         |
| ----------------------------------------------- | ---- | ------------- | ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="property-none"></a> `None`               | `0`  | `0`           | No subscription changes for this owner.  | [packages/common/src/local-first/Protocol.ts:386](https://github.com/evoluhq/evolu/blob/e7144e2bbe9069362b62dec1b64a8aa922b8f1b0/packages/common/src/local-first/Protocol.ts#L386) |
| <a id="property-subscribe"></a> `Subscribe`     | `1`  | `1`           | Subscribe to updates for this owner.     | [packages/common/src/local-first/Protocol.ts:388](https://github.com/evoluhq/evolu/blob/e7144e2bbe9069362b62dec1b64a8aa922b8f1b0/packages/common/src/local-first/Protocol.ts#L388) |
| <a id="property-unsubscribe"></a> `Unsubscribe` | `2`  | `2`           | Unsubscribe from updates for this owner. | [packages/common/src/local-first/Protocol.ts:390](https://github.com/evoluhq/evolu/blob/e7144e2bbe9069362b62dec1b64a8aa922b8f1b0/packages/common/src/local-first/Protocol.ts#L390) |