FoxoChat.js Packages
    Preparing search index...

    Interface RESTPostAPIAuthResetPasswordBody

    The body of POST /auth/reset-password.

    interface RESTPostAPIAuthResetPasswordBody {
        email: string;
    }
    Index

    Properties

    Properties

    email: string

    The user's email.