mirror of
https://github.com/vercel/commerce.git
synced 2025-07-29 05:01:22 +00:00
Remove framework imports
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import type { OrdercloudConfig, Provider } from '../index'
|
||||
import type { OperationContext } from '@commerce/api/operations'
|
||||
import type { GetAllProductPathsOperation } from '@commerce/types/product'
|
||||
import { RawProduct } from '@framework/types/product'
|
||||
|
||||
import type { RawProduct } from '../../types/product'
|
||||
import type { OrdercloudConfig, Provider } from '../index'
|
||||
|
||||
export type GetAllProductPathsResult = {
|
||||
products: Array<{ path: string }>
|
||||
|
Reference in New Issue
Block a user