Type Alias Page

type Page = {
    href?: string;
    token?: string;
    type?: "prev" | "next";
}
Index

Properties

Properties

href?: string

URL to particular set of elements

token?: string

Page unique token

type?: "prev" | "next"

Page type, can be next or prev