mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
16 lines
671 B
Markdown
16 lines
671 B
Markdown
# FileT
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { FileT } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
// No examples available for this model
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
|
|
| `content` | *ReadableStream<Uint8Array>* | :heavy_check_mark: | N/A |
|
|
| `fileName` | *string* | :heavy_check_mark: | N/A | |