Skip to content

No typescript support #318

@piszczu4

Description

@piszczu4

Hi, I installed this library from npm but when I use

      const spClient = new SellingPartner({
        region: 'eu',
        refresh_token: '<REFRESH_TOKEN>',
      });

      let res = await spClient.callAPI({
        operation: 'getMarketplaceParticipations',
        endpoint: 'sellers',
        query: {},
      });

Then there is no intellisense to choose the operation from, even though I see that operation is of type TOperation. Did I miss something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions