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