# PageSource

`type` in `gateway` · v0.6.0

<https://docs.seedcord.org/packages/gateway/0.6.0/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>;
```
