UNPKG

@azure-utils/storybooks

Version:

Utils to upload and manage Storybooks via Azure Functions and storage.

3 lines (2 loc) 201 B
import type { HttpResponseInit } from "@azure/functions"; export declare function uploadZipWithDecompressed(projectId: string, buildSHA: string, zipFile?: File): Promise<HttpResponseInit | undefined>;