You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/generated/index.ts:9:1 - error TS2308: Module './designSystem' has already exported a member named 'DefaultImage'. Consider explicitly re-exporting to resolve the ambiguity.
9 export * from './my-info';
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/generated/index.ts:9:1 - error TS2308: Module './designSystem' has already exported a member named 'defaultImageFromJSON'. Consider explicitly re-exporting to resolve the ambiguity.
9 export * from './my-info';
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/generated/index.ts:9:1 - error TS2308: Module './designSystem' has already exported a member named 'defaultImageToJSON'. Consider explicitly re-exporting to resolve the ambiguity.
9 export * from './my-info';
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/generated/index.ts:9:1 - error TS2308: Module './designSystem' has already exported a member named 'defaultImageToNumber'. Consider explicitly re-exporting to resolve the ambiguity.
9 export * from './my-info';
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/generated/index.ts:21:1 - error TS2308: Module './token' has already exported a member named 'Gender'. Consider explicitly re-exporting to resolve the ambiguity.
21 export * from './user-service';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/generated/index.ts:21:1 - error TS2308: Module './token' has already exported a member named 'genderFromJSON'. Consider explicitly re-exporting to resolve the ambiguity.
21 export * from './user-service';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/generated/index.ts:21:1 - error TS2308: Module './token' has already exported a member named 'genderToJSON'. Consider explicitly re-exporting to resolve the ambiguity.
21 export * from './user-service';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/generated/index.ts:21:1 - error TS2308: Module './token' has already exported a member named 'genderToNumber'. Consider explicitly re-exporting to resolve the ambiguity.
21 export * from './user-service';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 8 errors in the same file, starting at: src/generated/index.ts:
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: