@wppconnect/wa-js - v4.6.0
    Preparing search index...

    Type Alias UsernameValidationResult

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