-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
The file types.d.ts uses export type to export some enums.
This prevents consumers from using those enums as values at runtime.
Shouldn't they be exported with export instead?
I found this happens with SortDirection and TokenSortKey due to this line:
Lines 1 to 15 in e70abf9
| export type { | |
| AggregateAttributesQueryVariables, | |
| CollectionSortKey, | |
| CollectionSortKeySortInput, | |
| CollectionsQuery, | |
| CollectionsQueryInput, | |
| SortDirection, | |
| TokenInput, | |
| TokenSortKey, | |
| TokensQuery, | |
| SalesVolumeQueryVariables, | |
| OwnersByCountQueryVariables, | |
| TokensQueryFilter, | |
| TokensQueryInput, | |
| } from './queries/queries-sdk'; |
Metadata
Metadata
Assignees
Labels
No labels