Skip to content

invalid imports  #11

Open
Open
@mr-anton-t

Description

STR

  1. Install: npm i @testquality/sdk

  2. Create demo file as demo.ts:

const singleClient = new ClientSdk({
  // clientId is provided when registering your app
  clientId: '***ClientId***',

  // clientSecret is provided when registering your app
  clientSecret: '***Token***',
});
  1. run command: tsc demo.ts

AR: see error:

image

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