Changes
Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
@@ -43,6 +43,21 @@ export interface ShopifyProduct {
|
||||
};
|
||||
}>;
|
||||
};
|
||||
sellingPlanGroups?: {
|
||||
edges: Array<{
|
||||
node: {
|
||||
name: string;
|
||||
sellingPlans: {
|
||||
edges: Array<{
|
||||
node: {
|
||||
id: string;
|
||||
name: string;
|
||||
};
|
||||
}>;
|
||||
};
|
||||
};
|
||||
}>;
|
||||
};
|
||||
options: Array<{
|
||||
name: string;
|
||||
values: string[];
|
||||
|
||||
Reference in New Issue
Block a user