Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

In some cases it does not recognize the correct return type #10

@llorenspujol

Description

@llorenspujol

I have this method:

register(registerData: RegisterFingerprintData): Observable<{fingerToken: string} | OperationFailure> {..}

that can return an Observable of type {fingerToken: string} or OperationFailure. When I add Jsdoc comments I get the following comments:

It says that returns an string but is not, it returns an Observable.

Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions