UNPKG

@junobuild/cdn

Version:

A toolkit for working with modules that implement Juno's CDN functionality

3 lines (2 loc) 229 B
import { type ApplyProposalParams } from '../types/proposal.params'; export declare const executeApplyProposal: ({ takeSnapshot, clearProposalAssets, onProgress, cdn, proposal, postApply }: ApplyProposalParams) => Promise<void>;