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