mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
497 B
497 B
UpdateEmailRequestBody
Example Usage
import { UpdateEmailRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UpdateEmailRequestBody = {
email: "Maureen_Lind94@gmail.com",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
email |
string | ✔️ | N/A |