---
title: schemas/orientation.schema.ts
nav_order: 17
parent: Modules
---

## orientation.schema overview

Added in v0.1.1

---

<h2 class="text-delta">Table of contents</h2>

- [orientationSchema](#orientationschema)
  - [orientationSchema](#orientationschema-1)

---

# orientationSchema

## orientationSchema

**Signature**

```ts
export declare const orientationSchema: z.ZodUnion<
  [z.ZodLiteral<'default'>, z.ZodLiteral<'portrait'>, z.ZodLiteral<'landscape'>]
>
```

Added in v0.1.1
