UNPKG

@xomlo/xomlo-sdk

Version:

3 lines (2 loc) 135 B
import { Payload } from '../../types'; export declare function containerStart<T>(apiUrl: string, taskId: string): Promise<Payload<T>>;