@jymfony/routing
Version:
Jymfony Routing component
11 lines (9 loc) • 403 B
TypeScript
declare namespace Jymfony.Component.Routing {
import WarmableInterface = Jymfony.Component.Kernel.CacheWarmer.WarmableInterface;
/**
* RouterInterface is the interface that all Router classes must implement.
* This interface is the concatenation of UrlMatcherInterface and UrlGeneratorInterface.
*/
export class RouterInterface extends WarmableInterface.definition {
}
}