4 lines
177 B
TypeScript
Raw Permalink Normal View History

2025-09-05 14:59:21 +08:00
import type { H3Event } from 'h3';
import type { SiteConfigInput } from 'site-config-stack';
export declare function updateSiteConfig(e: H3Event, input: SiteConfigInput): void;