From c853efb9cef0dbc644d1678e7663f3a17e4e123e Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Thu, 26 Sep 2024 14:37:08 -0500 Subject: [PATCH] add back oauthscope to api types --- src/api/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/types/index.ts b/src/api/types/index.ts index 26e7ca7e..1e6ee2ff 100644 --- a/src/api/types/index.ts +++ b/src/api/types/index.ts @@ -130,3 +130,4 @@ export * from "./OrderList"; export * from "./InventoryItemInventoryType"; export * from "./InventoryItem"; export * from "./EcommerceSettings"; +export * from "./OAuthScope";