Interface IVerifyOtpPayload<U>

interface IVerifyOtpPayload<U> {
    user: U;
}

Type Parameters

  • U

Properties

Properties

user: U