UNPKG

148 BTypeScriptView Raw
1import { RouteInfo } from './middleware';
2/**
3 * @publicApi
4 */
5export interface GlobalPrefixOptions<T = string | RouteInfo> {
6 exclude?: T[];
7}