Home > @vsf-enterprise/bigcommerce-api > SiteRouteAllowedTypes
# SiteRouteAllowedTypes enum
Resources being routed to; [supported types](https://developer.bigcommerce.com/api-reference/YXBpOjIzMTM4MTE-sites#route-types).
Signature:
export declare enum SiteRouteAllowedTypes
# Enumeration Members
| Member | Value | Description |
|---|---|---|
| Account | "account" | |
| Blog | "blog" | |
| Brand | "brand" | |
| Cart | "cart" | |
| Category | "category" | |
| Checkout | "checkout" | |
| CreateAccount | "create_account" | |
| ForgotPassword | "forgot_password" | |
| Home | "home" | |
| Login | "login" | |
| Page | "page" | |
| Product | "product" | |
| Returns | "returns" | |
| Search | "search" | |
| Static | "static" |