# page key

Source: docs/source/exhibits/json/page-key.ts

```ts
export type PageKey = [documentId: string, pageIndex: number]
```
