@wppconnect-team/wppconnect - v2.3.2
    Preparing search index...

    Type Alias UsernameValidationResult

    UsernameValidationResult:
        | { isValid: true }
        | { errorType: UsernameValidationErrorType; isValid: false }