UNPKG

@shopware-ag/meteor-admin-sdk

Version:

The Meteor SDK for the Shopware Administration.

3 lines (2 loc) 155 B
import type { ShopwareMessageTypes } from '../../message-types'; export default function createError(type: keyof ShopwareMessageTypes, e: unknown): Error;