Created
September 24, 2024 18:02
-
-
Save llimllib/8a385eefbde12ba58768934f2ae7d61e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../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