CDP Frontend SDK
    Preparing search index...

    Type Alias VerifyEmailOTPResult

    type VerifyEmailOTPResult = {
        user: User;
        message: string;
        isNewUser: boolean;
    }
    Index

    Properties

    user: User
    message: string
    isNewUser: boolean