Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(types): make discogs types available to library clients #296

Merged
merged 1 commit into from
May 19, 2024

Conversation

lionralfs
Copy link
Owner

Fixes #295 through a re-export in the index.ts which allows importing types like this:

import {
  DiscogsClient,
  type GetProfileResponse,
  type RateLimitedResponse,
  type WantlistEntryResponse,
} from '@lionralfs/discogs-client';

@lionralfs lionralfs merged commit 4709cb0 into main May 19, 2024
3 checks passed
@lionralfs lionralfs deleted the feature/export-all-types branch May 19, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export All TypeScript Types
1 participant