chore(types, medusa): [1/n] add missing query type arguments (#8877)

Add missing type arguments in listing requests.

1/n
This commit is contained in:
Shahed Nasser
2024-08-30 07:35:18 +00:00
committed by GitHub
parent bab6ad4c55
commit 170429a9b3
20 changed files with 43 additions and 27 deletions
@@ -13,7 +13,7 @@ import { refetchCustomer } from "./helpers"
import { AdminCreateCustomerType } from "./validators"
export const GET = async (
req: AuthenticatedMedusaRequest,
req: AuthenticatedMedusaRequest<HttpTypes.AdminCustomerFilters>,
res: MedusaResponse<HttpTypes.AdminCustomerListResponse>
) => {
const remoteQuery = req.scope.resolve(ContainerRegistrationKeys.REMOTE_QUERY)