# PaginatorHandlerCtor

`type` in `http` · v0.7.0

<https://docs.seedcord.org/packages/http/0.7.0/types/paginator-handler-ctor>

## Declaration

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