mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
646 B
646 B
SendPasswordResetEmailResponseBody
success response
Example Usage
import { SendPasswordResetEmailResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: SendPasswordResetEmailResponseBody = {
success: "<value>",
userFound: false,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
success |
string | ✔️ | N/A |
userFound |
boolean | ✔️ | N/A |