UNPKG

@paroicms/server

Version:
4 lines (3 loc) 434 B
import type { PaHttpContext } from "@paroicms/public-server-lib"; import type { MigrationSiteContext, SiteContext } from "../../site-context/site-context.types.js"; export declare function loginController(siteContext: SiteContext | MigrationSiteContext, httpContext: PaHttpContext, _routeParams: Record<string, string | undefined>): Promise<import("../auth/auth.types.js").LoginSuccess | import("../auth/auth.types.js").LoginFailed>;