# PaginatorHandlerCtor

`type` in `gateway` · v0.2.1

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

## Declaration

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