@pickme/auth
    Preparing search index...

    Type Alias ResetPasswordResponse

    비밀번호 재설정 작업이 성공적으로 완료된 후 반환되는 응답을 나타냅니다.

    type ResetPasswordResponse = {
        message: string;
    }
    Index

    Properties

    Properties

    message: string