Files

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 |