LedeWire SDK API Reference
    Preparing search index...

    Interface AuthPasswordResetResponse

    Response returned by both password reset endpoints. Contains a human-readable confirmation message.

    interface AuthPasswordResetResponse {
        data?: { message?: string };
    }
    Index

    Properties

    Properties

    data?: { message?: string }