UNPKG

@paroicms/server

Version:
4 lines (3 loc) 311 B
import type { PaHttpContext } from "@paroicms/public-server-lib"; import type { SiteContext } from "../../site-context/site-context.types.js"; export declare function downloadBackupController(siteContext: SiteContext, httpContext: PaHttpContext, routeParams: Record<string, string | undefined>): Promise<void>;