UNPKG

@lattice/core

Version:
8 lines (7 loc) 192 B
import { UriMatchers } from '../../bootstrap'; export interface UriMethodMap { [method: string]: UriMatchers; } export interface UriCtxMap { [uri: string]: UriMethodMap | UriCtxMap; }