@pickme/auth
    Preparing search index...

    Type Alias ConfirmResponse

    회원가입 확인 작업 후 반환되는 응답을 나타냅니다.

    type ConfirmResponse = {
        message: string;
    }
    Index

    Properties

    Properties

    message: string

    확인 작업의 결과 메시지입니다.