mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
19 lines
601 B
Markdown
19 lines
601 B
Markdown
# GetUserExternalIdUserFields
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetUserExternalIdUserFields } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: GetUserExternalIdUserFields = {
|
|
one: "<value>",
|
|
two: "<value>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `one` | *string* | :heavy_check_mark: | N/A |
|
|
| `two` | *string* | :heavy_check_mark: | N/A | |