mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
550 B
550 B
UserFields
Example Usage
import { UserFields } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UserFields = {
one: "<value>",
two: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
one |
string | ✔️ | N/A |
two |
string | ✔️ | N/A |