UNPKG

@adpt/core

Version:
6 lines 270 B
import { DeployCommonOptions, DeployState } from "./common"; export interface StatusOptions extends DeployCommonOptions { deployID: string; } export declare function fetchStatus(options: StatusOptions): Promise<DeployState>; //# sourceMappingURL=fetchStatus.d.ts.map