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: add localized_slugs property to the taxons and product response #373

Merged
merged 2 commits into from
Apr 5, 2023

Conversation

fpdrozd
Copy link
Contributor

@fpdrozd fpdrozd commented Apr 5, 2023

This PR adds a LocalizedSlugs interface to the sdk core package that is then being referenced in the response types of taxons and product:

interface LocalizedSlugs {
  [key: string]: string
}

@rafalcymerys rafalcymerys merged commit d4ec5b4 into main Apr 5, 2023
@rafalcymerys rafalcymerys deleted the feat/localized-slugs-interface branch April 5, 2023 20:16
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.

None yet

2 participants