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