# PageSource

`type` in `gateway` · v0.5.1

<https://docs.seedcord.org/packages/gateway/0.5.1/types/page-source>

The one method a paginator calls on a source, once per click. Implement it for a source neither shipped one covers.

## Declaration

```ts
type PageSource<Item> = PageSourceBase<Item, PageContext>;
```
