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:
@@ -9,7 +9,7 @@ import {
|
||||
} from "../../../types/routing"
|
||||
|
||||
export const GET = async (
|
||||
req: AuthenticatedMedusaRequest,
|
||||
req: AuthenticatedMedusaRequest<HttpTypes.AdminUserListParams>,
|
||||
res: MedusaResponse<HttpTypes.AdminUserListResponse>
|
||||
) => {
|
||||
const remoteQuery = req.scope.resolve(ContainerRegistrationKeys.REMOTE_QUERY)
|
||||
|
||||
Reference in New Issue
Block a user