UNPKG

kolenkainc-honohub

Version:

The CMS for building apps and APIs with Hono

4 lines (3 loc) 197 B
import type { AnyDrizzleDB } from "drizzle-graphql"; import type { GlobalPlugin } from "../types"; export declare function useRestAPI<Database extends AnyDrizzleDB<any>>(): GlobalPlugin<Database>;