This interface shows the structure of a ChangePasswordPayload
export interface ChangePasswordPayload { email: string; otp: string; password: string;}
Generated using TypeDoc
This interface shows the structure of a ChangePasswordPayload