user-service
    Preparing search index...
    interface UniqueUsernameChecker {
        ensureAvailable(
            username: Username,
            excludeId?: UserId,
        ): Promise<ReservedUsernameError | UsernameAlreadyExistsError | undefined>;
    }

    Implemented by

    Index

    Methods