# ContinuityScope

This type is used by an exported signature but is not directly exported from `@plandalf/sdk`'s package entrypoint. It is shown here from [core/types.ts:53](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/sdk/src/core/types.ts#L53) so the signature can be inspected fully.

```ts
export type ContinuityScope = false | 'tab' | 'browser';
```

Source: https://plandalf.com/docs/packages/sdk/referenced-types/ContinuityScope
