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