Interface APIGatewayProxyEventStageVariables

interface APIGatewayProxyEventStageVariables {
    [k: string]: string | undefined;
}

Indexable

[k: string]: string | undefined

Generated using TypeDoc