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

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

Scope defines the context for snapshot data.