mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Merge branch 'ordercloud-provider-checkout' of github.com:vercel/commerce into ordercloud-provider-checkout
This commit is contained in:
@@ -65,8 +65,8 @@ export type EndpointHandlers<
|
|||||||
[H in keyof E['handlers']]: APIHandler<
|
[H in keyof E['handlers']]: APIHandler<
|
||||||
C,
|
C,
|
||||||
EndpointHandlers<C, E>,
|
EndpointHandlers<C, E>,
|
||||||
E['handlers'][H]['data'],
|
NonNullable<E['handlers'][H]>['data'],
|
||||||
E['handlers'][H]['body'],
|
NonNullable<E['handlers'][H]>['body'],
|
||||||
E['options']
|
E['options']
|
||||||
>
|
>
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user