nuxt-app
    Preparing search index...

    Interface PasswordResetRequestDTO

    パスワードリセットリクエストオブジェクト

    interface PasswordResetRequestDTO {
        newPassword: string;
        token: string;
    }
    Index

    Properties

    Properties

    newPassword: string

    新しいパスワード

    token: string

    パスワードリセットトークン