Feat: add variants to medusa client (#927)

This commit is contained in:
Philip Korsholm
2021-12-16 14:28:54 +01:00
committed by GitHub
parent f5d3e4de10
commit 3da46723a0
5 changed files with 28 additions and 2 deletions
@@ -71,3 +71,5 @@ export const allowedAdminVariantRelations: (keyof ProductVariant)[] = [
export type AdminVariantsListRes = PaginatedResponse & {
variants: ProductVariant[]
}
export * from "./list-variants"