Skip to content

Commit ce44186

Browse files
committed
Export interface
1 parent 3a5f346 commit ce44186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refactor/src/components/Product/AddToCart.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ interface IAllPaSizes {
4040
nodes: IVariationNode[];
4141
}
4242

43-
interface IVariationNodes {
43+
export interface IVariationNodes {
4444
__typename: string;
4545
id: string;
4646
databaseId: number;

0 commit comments

Comments
 (0)