Interface UnloadRouteParams

interface UnloadRouteParams {
    method?: keyof HttpMethods;
    route?: string;
    router?: AxonRouter;
}

Properties

method?: keyof HttpMethods
route?: string
router?: AxonRouter