export SyncWebhookResponsesMap
This commit is contained in:
parent
92ecc327a4
commit
0f750657cf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { SyncWebhookEventType } from "../../../types";
|
|||
/**
|
||||
* TODO Confirm with Saleor Core source (not the docs) to check if its 100% accurate
|
||||
*/
|
||||
type SyncWebhookResponsesMap = {
|
||||
export type SyncWebhookResponsesMap = {
|
||||
CHECKOUT_CALCULATE_TAXES: {
|
||||
shipping_price_gross_amount: number;
|
||||
shipping_price_net_amount: number;
|
||||
|
|
Loading…
Reference in a new issue