interface UploadURL {
    headers: Record<string, string[]>;
    url: string;
}

Properties

Properties

headers: Record<string, string[]>

HTTP headers.

url: string

Upload URL to upload the function to.