UNPKG

@adminjs/express

Version:

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

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