Merge branch 'ordercloud-provider-checkout' of github.com:vercel/commerce into ordercloud-provider-checkout

This commit is contained in:
goncy
2021-09-29 10:33:22 -03:00

View File

@@ -65,8 +65,8 @@ export type EndpointHandlers<
[H in keyof E['handlers']]: APIHandler<
C,
EndpointHandlers<C, E>,
E['handlers'][H]['data'],
E['handlers'][H]['body'],
NonNullable<E['handlers'][H]>['data'],
NonNullable<E['handlers'][H]>['body'],
E['options']
>
}