We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5f346 commit ce44186Copy full SHA for ce44186
refactor/src/components/Product/AddToCart.component.tsx
@@ -40,7 +40,7 @@ interface IAllPaSizes {
40
nodes: IVariationNode[];
41
}
42
43
-interface IVariationNodes {
+export interface IVariationNodes {
44
__typename: string;
45
id: string;
46
databaseId: number;
0 commit comments