UNPKG

acady-api-builder

Version:
6 lines (5 loc) 102 B
export declare class ApiRoute { method: string; path: string; requestHandler: Function; }