# GetUserExternalIdUserFields ## Example Usage ```typescript import { GetUserExternalIdUserFields } from "@lukehagar/discoursejs/sdk/models/operations"; let value: GetUserExternalIdUserFields = { one: "", two: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `one` | *string* | :heavy_check_mark: | N/A | | `two` | *string* | :heavy_check_mark: | N/A |