Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoginWithOtpPayload

This interface shows the structure of a LoginWithOtpPayload

export interface LoginWithOtpPayload {
email: string;
otp: string;
}

Hierarchy

  • LoginWithOtpPayload

Index

Properties

Properties

email: string
otp: string

Generated using TypeDoc