@queuedash/api
Version:
A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue
17 lines • 454 B
TypeScript
import type { Context } from "../routers/_app";
export declare const createHonoAdapter: ({ baseUrl, ctx, }: {
baseUrl: string;
ctx: Context;
}) => import("hono/hono-base").HonoBase<{}, {
"/trpc/*": {};
} & {
"*": {
$get: {
input: {};
output: {};
outputFormat: string;
status: import("hono/utils/http-status").StatusCode;
};
};
}, "/">;
//# sourceMappingURL=hono.d.ts.map