UNPKG

@sustain/core

Version:

Sustain is a Framework that is barely used despedcies to make stable and sustainable apps

11 lines (10 loc) 296 B
import {SustainInterceptor} from './sustain-interceptor.interface'; import {Controller} from './controller.interface'; export interface Route { interceptors: SustainInterceptor[]; path: any; handler: Function; parent: Controller; objectHanlder: Controller; functionHandler: string; }