unsplash-js icon indicating copy to clipboard operation
unsplash-js copied to clipboard

Changed type of Errors object in errors.ts so that project can build …

Open Ethan-Guttman opened this issue 1 year ago • 0 comments

Compiles and all tests succeed on command 'npm test'

Overview

  • Changes type from NonEmptyArray<string> to NonEmptyArray<AnyJson> so that fresh installs can compile/build
  • May require further testing but the tests that run with 'npm test' all succeed
  • Closes # 213

Ethan-Guttman avatar Feb 25 '24 19:02 Ethan-Guttman