import type { ApiEndpoint } from './ApiEndpoint.js'; import { Method } from './Method.js'; export type ApiRoute = { method: Method; endpoint: ApiEndpoint; }; //# sourceMappingURL=ApiRoute.d.ts.map