@relative-ci/agent
Version:
Send bundle stats and CI build information to RelativeCI
4 lines (3 loc) • 298 B
TypeScript
import { type IngestConfig, type IngestData, type IngestParams, type IngestResponseSuccess } from '../constants';
import { type Logger } from '../utils';
export default function ingest(data: IngestData, params: IngestParams, config?: IngestConfig, logger?: Logger): Promise<IngestResponseSuccess>;