chore(types, medusa): [3/3] add missing query type arguments (#8880)

Add missing type arguments in listing requests.

3/3
This commit is contained in:
Shahed Nasser
2024-08-30 07:07:18 +00:00
committed by GitHub
parent e0cb5ff0aa
commit 9f495fd853
34 changed files with 114 additions and 77 deletions
@@ -12,7 +12,7 @@ import { refetchCustomer } from "../../helpers"
import { AdditionalData, HttpTypes } from "@medusajs/types"
export const GET = async (
req: AuthenticatedMedusaRequest,
req: AuthenticatedMedusaRequest<HttpTypes.AdminCustomerAddressFilters>,
res: MedusaResponse<HttpTypes.AdminCustomerAddressListResponse>
) => {
const customerId = req.params.id