UNPKG

@estruyf/github-actions-reporter

Version:
10 lines (9 loc) 267 B
import { BlobService } from "../models/index.js"; export declare const processAttachments: (blobService: BlobService, attachments?: { name: string; path?: string; contentType: string; }[]) => Promise<{ name: string; url: string; }[] | undefined>;