mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
582 B
582 B
FileT
Example Usage
import { FileT } from "@lukehagar/discoursejs/sdk/models/operations";
let value: FileT = {
content: new TextEncoder().encode("0x79ac3d1a9D"),
fileName: "your_file_here",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
content |
Uint8Array | ✔️ | N/A |
fileName |
string | ✔️ | N/A |