@devopness/sdk-js
Version:
Devopness API JS/TS SDK - Painless essential DevOps to everyone
25 lines (24 loc) • 683 B
TypeScript
/**
* devopness API
* Devopness API - Painless essential DevOps to everyone
*
* The version of the OpenAPI document: latest
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface PasswordUserSendResetLink
*/
export interface PasswordUserSendResetLink {
/**
* The e-mail that will uniquely identify the user on the system and become its login credential. Must be a valid email address. Must not be greater than 255 characters.
* @type {string}
* @memberof PasswordUserSendResetLink
*/
email: string;
}