Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChangePasswordPayload

This interface shows the structure of a ChangePasswordPayload

export interface ChangePasswordPayload {
email: string;
otp: string;
password: string;
}

Hierarchy

  • ChangePasswordPayload

Index

Properties

Properties

email: string
otp: string
password: string

Generated using TypeDoc