export SyncWebhookResponsesMap

This commit is contained in:
Lukasz Ostrowski 2023-03-07 11:04:58 +01:00
parent 92ecc327a4
commit 0f750657cf

View file

@ -3,7 +3,7 @@ import { SyncWebhookEventType } from "../../../types";
/** /**
* TODO Confirm with Saleor Core source (not the docs) to check if its 100% accurate * TODO Confirm with Saleor Core source (not the docs) to check if its 100% accurate
*/ */
type SyncWebhookResponsesMap = { export type SyncWebhookResponsesMap = {
CHECKOUT_CALCULATE_TAXES: { CHECKOUT_CALCULATE_TAXES: {
shipping_price_gross_amount: number; shipping_price_gross_amount: number;
shipping_price_net_amount: number; shipping_price_net_amount: number;