@unchainedshop/plugins
Version:
Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters
10 lines (9 loc) • 351 B
TypeScript
import type { UnchainedCore } from '@unchainedshop/core';
import type { RolesInterface } from '@unchainedshop/roles';
export declare function bulkImportHandler(request: Request, context: UnchainedCore & {
params: Record<string, string>;
rawRequest?: any;
roles?: RolesInterface;
userId?: string;
user?: any;
}): Promise<Response>;