UNPKG

@paroicms/server

Version:
8 lines (7 loc) 339 B
import type { UpdateFieldValues } from "@paroicms/public-anywhere-lib"; import type { SiteContext } from "../site-context/site-context.types.js"; export declare function executeBeforeSaveValues(siteContext: SiteContext, options: { typeName: string; language?: string; values: UpdateFieldValues; }): Promise<UpdateFieldValues>;