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 10:07:18 +03:00
committed by GitHub
parent e0cb5ff0aa
commit 9f495fd853
34 changed files with 114 additions and 77 deletions

View File

@@ -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)