PageType
The page type used in a webpage context, that determines the type of a webpage.
enum PageType {
Default = 'default',
Product = 'product',
Collection = 'collection',
Cart = 'cart',
NotFound = '404',
Error = '500',
Blog = 'blog',
}