From 0ee3109d1f547d6e2e5ec6b3cf46b8c3e0d377de Mon Sep 17 00:00:00 2001 From: goncy Date: Wed, 25 Aug 2021 19:53:06 -0300 Subject: [PATCH] Update type import --- framework/ordercloud/api/operations/get-site-info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/ordercloud/api/operations/get-site-info.ts b/framework/ordercloud/api/operations/get-site-info.ts index ed8c0acfc..2ed4e210e 100644 --- a/framework/ordercloud/api/operations/get-site-info.ts +++ b/framework/ordercloud/api/operations/get-site-info.ts @@ -1,7 +1,7 @@ import type { OperationContext } from '@commerce/api/operations' import type { Category, GetSiteInfoOperation } from '@commerce/types/site' -import { RawCategory } from '@framework/types/category' +import type { RawCategory } from '../../types/category' import type { OrdercloudConfig, Provider } from '../index' export type GetSiteInfoResult<