Files
discoursejs/docs/sdk/models/operations/signedheaders.md

16 lines
348 B
Markdown

# SignedHeaders
A map of headers that must be sent with the PUT request.
## Example Usage
```typescript
import { SignedHeaders } from "@lukehagar/discoursejs/sdk/models/operations";
let value: SignedHeaders = {};
```
## Fields
| Field | Type | Required | Description |
| ----------- | ----------- | ----------- | ----------- |