Home > @infiniteobjects/express-cloud-function > IRouterConfig
A Route configuration based on an Express Router
Signature:
export interface IRouterConfig
Property | Modifiers | Type | Description |
---|---|---|---|
path | string | Route path | |
router | Router | Express Router |