jimpex
    Preparing search index...

    Type Alias GatewayConfigEndpointProps

    The extended definition for endpoints.

    type GatewayConfigEndpointProps = {
        method?: RouterMethod;
        path: string;
    }
    Index

    Properties

    Properties

    method?: RouterMethod

    The router (HTTP) method for the endpoint.

    'all'
    
    path: string

    The path to the endpoint relative to the entry point. It can include placeholders for parameters like /:parameter/.