Skip to content

Instantly share code, notes, and snippets.

@llimllib
Created September 24, 2024 18:02
Show Gist options
  • Save llimllib/8a385eefbde12ba58768934f2ae7d61e to your computer and use it in GitHub Desktop.
Save llimllib/8a385eefbde12ba58768934f2ae7d61e to your computer and use it in GitHub Desktop.
../api/node_modules/stripe/types/Tax/RegistrationsResource.d.ts:1224:20 - error TS2300: Duplicate identifier 'PlaceOfSupplyScheme'.
1224 type PlaceOfSupplyScheme = 'small_seller' | 'standard';
~~~~~~~~~~~~~~~~~~~
../../node_modules/stripe/types/Tax/RegistrationsResource.d.ts:345:20
345 type PlaceOfSupplyScheme = 'small_seller' | 'standard';
~~~~~~~~~~~~~~~~~~~
'PlaceOfSupplyScheme' was also declared here.
../../node_modules/stripe/types/Tax/RegistrationsResource.d.ts:379:20
379 type PlaceOfSupplyScheme = 'small_seller' | 'standard';
~~~~~~~~~~~~~~~~~~~
and here.
../../node_modules/stripe/types/Tax/RegistrationsResource.d.ts:406:20
406 type PlaceOfSupplyScheme = 'small_seller' | 'standard';
~~~~~~~~~~~~~~~~~~~
and here.
../../node_modules/stripe/types/Tax/RegistrationsResource.d.ts:484:20
484 type PlaceOfSupplyScheme = 'small_seller' | 'standard';
~~~~~~~~~~~~~~~~~~~
and here.
../../node_modules/stripe/types/Tax/RegistrationsResource.d.ts:511:20
511 type PlaceOfSupplyScheme = 'small_seller' | 'standard';
~~~~~~~~~~~~~~~~~~~
and here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment