mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
593 B
593 B
DownloadBackupRequest
Example Usage
import { DownloadBackupRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: DownloadBackupRequest = {
filename: "your_file_here",
token: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
filename |
string | ✔️ | N/A |
token |
string | ✔️ | N/A |