UNPKG

@estruyf/github-actions-reporter

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