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