UNPKG

@xomlo/xomlo-sdk

Version:

5 lines (4 loc) 257 B
import { StatusValue } from '../../constants'; import { Metrics } from '../../types'; import { Log } from '../../types'; export declare function containerEnd(apiUrl: string, runId: string, status: StatusValue, metrics: Metrics, logs: Log[]): Promise<void>;