UNPKG

@junobuild/admin

Version:

A library for interfacing with admin features of Juno

3 lines (2 loc) 162 B
import type { UpgradeCodeParams } from '../types/upgrade'; export declare const upgradeSingleChunkCode: ({ actor, ...rest }: UpgradeCodeParams) => Promise<void>;