---
title: "StartAppPreviewBody"
description: "Request body for an App operation."
section: "Reference"
group: "Types"
order: 22
---

## Definition

```ts
interface StartAppPreviewBody {
  [x: string]: never;
}
```
