Type PolicyContext does not contain context attributes

I am new to Strapi and I was creating a Strapi app in Typescript, however when creating a policy I see there is no type checking for policyContext. I tried importing PolicyContext from ‘@strapi/strapi/lib/core/registries/policies’ but this interface does not seem to contain the attributes state and request (only contains type and is). I thought I should post it here.

I have noticed the same.