CreateAppVersionFileBody
Request body for an AppVersion operation.
Definition
TypeScript
interface CreateAppVersionFileBody {
path: string;
content: string;
}Fields
| Field | Type | Notes |
|---|---|---|
path | string | required — File path relative to the app root (e.g. src/App.tsx). |
content | string | required — File content to write. |