mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 04:19:39 +00:00
681 B
681 B
ResponseBody
Example Usage
import { ResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: ResponseBody = {
filename: "your_file_here",
lastModified: "<value>",
size: 548814,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
filename |
string | ✔️ | N/A |
lastModified |
string | ✔️ | N/A |
size |
number | ✔️ | N/A |