Variable PathParametersConst

PathParameters: Effect<
    APIGatewayProxyEventPathParameters,
    never,
    APIGatewayProxyEvent,
> = ...

Utility to access the path parameters of an API Gateway event into a type.

Use schemaPathParams instead.