An object describing the reason why the User account is being deleted.
import { RequestDeleteReasons } from "@simplesagar/vercel/models/requestdeleteop.js";
let value: RequestDeleteReasons = {
slug: "<value>",
description: "Reactive human-resource frame",
};
Field | Type | Required | Description |
---|---|---|---|
slug |
string | ✔️ | Idenitifier slug of the reason why the User account is being deleted. |
description |
string | ✔️ | Description of the reason why the User account is being deleted. |