Interface IDisableOtpPayload<U>

interface IDisableOtpPayload<U extends BaseUser> {
    user: U;
}

Type Parameters

Properties

Properties

user: U