# PageLayout

## Content

# Type Alias: PageLayout

```ts
type PageLayout = 
  | "SinglePage"
  | "OneColumn"
  | "TwoColumnLeft"
  | "TwoColumnRight"
  | "TwoPageRight"
  | "TwoPageLeft"
  | "";
```

Initial page layout preference.
