Type Alias PaginationPage

PaginationPage: BaseMessageOptions & {
    description?: string;
    emoji?: string;
    label?: string;
}