HuaweiRequestPathParameters
@h4ad/serverless-adapter > HuaweiRequestPathParameters
(type) HuaweiRequestPathParameters
The path parameters of the request, usually is the name of the wildcard you create in FunctionGraph, such as / { proxy } .
Signature:
export type HuaweiRequestPathParameters = Record<string, string>;