```ts
type Scope = "agent" | "multiAgent";
```

Defined in: [src/types/snapshot.ts:15](https://github.com/strands-agents/harness-sdk/blob/ca4c20fea3f7d62c29b021c85f336eba5937012f/strands-ts/src/types/snapshot.ts#L15)

Scope defines the context for snapshot data.