UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

8 lines (7 loc) 162 B
export interface MiddlewareConfiguration { global?: string[]; routeSpecific?: { [route: string]: string[]; }; csrfProtection?: boolean; }