UNPKG

@adminjs/express

Version:

This is an official AdminJS plugin which integrates it with Express.js framework

5 lines (4 loc) 226 B
import AdminJS from "adminjs"; import { Router } from "express"; import type { AuthenticationOptions } from "../types.js"; export declare const withLogin: (router: Router, admin: AdminJS, auth: AuthenticationOptions) => void;