UNPKG

dok-db-manager

Version:
8 lines (7 loc) 217 B
import { DbApi } from "@dobuki/data-client"; import express from "express"; interface Props { githubApi: DbApi; } export declare function addListRoute(app: express.Express, { githubApi }: Props): void; export {};