Skip to content

Commit

Permalink
Fix shopifyFunction type for Checkout Rules
Browse files Browse the repository at this point in the history
  • Loading branch information
aledalgrande committed Mar 14, 2024
1 parent 4788134 commit da1b5a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export interface ValidationData {
};
shopifyFunction: {
/**
* the validation's unique identifier
* the validation function's unique identifier
*/
uuid: string;
id: string;
};
}

0 comments on commit da1b5a7

Please sign in to comment.