foundation-comms.messagedetails.forgotpasswordtoken
Home > @genesislcap/foundation-comms > MessageDetails > ForgotPasswordToken
MessageDetails.ForgotPasswordToken type
Details type for a forgot-password token-based message
Signature:
type ForgotPasswordToken = {
USER_NAME: string;
RESET_TOKEN: string;
NEW_PASSWORD: string;
};