mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
487 B
487 B
CreateBackupRequestBody
Example Usage
import { CreateBackupRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: CreateBackupRequestBody = {
withUploads: false,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
withUploads |
boolean | ✔️ | N/A |