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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user