@deep/nest-kit
    Preparing search index...

    Interface IDisableOtpPayload<U>

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

    Type Parameters

    Index

    Properties

    Properties

    user: U