UNPKG

@junobuild/admin

Version:

A library for interfacing with admin features of Juno

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