@bigcommerce/checkout-sdk 1.722.0 → 1.723.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7692,6 +7692,7 @@ declare interface StoreLinks {
7692
7692
  createAccountLink: string;
7693
7693
  forgotPasswordLink: string;
7694
7694
  loginLink: string;
7695
+ logoutLink: string;
7695
7696
  siteLink: string;
7696
7697
  orderConfirmationLink: string;
7697
7698
  }