# PaginatorHandlerCtor

`type` in `gateway` · v0.3.1

<https://docs.seedcord.org/packages/gateway/0.3.1/types/paginator-handler-ctor>

## Declaration

```ts
type PaginatorHandlerCtor<Prefix extends string> = new (
    event: ButtonInteraction<CacheType>,
    core: Core
) => ButtonHandler<[PageCursor<Prefix>], CacheType> & {
    execute(): Promise<void>;
};
```
