@things-factory/integration-sellercraft 8.0.5 → 8.0.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,6 @@ export * from './sellercraft/sellercraft';
|
|
2
2
|
import { resolvers as MarketplaceSellercraftResolvers } from './marketplace-channel';
|
3
3
|
export declare const entities: (typeof import("./sellercraft/sellercraft").Sellercraft | typeof import("./marketplace-channel/marketplace-channel").MarketplaceChannel)[];
|
4
4
|
export declare const schema: {
|
5
|
-
resolverClasses: (typeof import("./
|
5
|
+
resolverClasses: (typeof import("./marketplace-channel/marketplace-channel-order-mutation").MarketplaceChannelOrderMutation | typeof import("./marketplace-channel/marketplace-channel-product-mutation").MarketplaceChannelProductMutation | typeof import("./sellercraft/sellercraft-query").SellercraftQuery | typeof import("./sellercraft/sellercraft-mutation").SellercraftMutation)[];
|
6
6
|
};
|
7
7
|
export { MarketplaceSellercraftResolvers };
|