UNPKG

@paroicms/server

Version:
5 lines (4 loc) 358 B
import type { PaHttpContext } from "@paroicms/public-server-lib"; import { type PaRouteParams } from "../../express/http-helpers.js"; import type { SiteContext } from "../../site-context/site-context.types.js"; export declare function downloadBackupController(siteContext: SiteContext, httpContext: PaHttpContext, routeParams: PaRouteParams): Promise<void>;