mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
642 B
642 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 |