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