UNPKG

@devino.solutions/upup

Version:
4 lines (3 loc) 265 B
import { PresignedUrlResponse } from '../../../shared/types'; import { AzureSasUrlParams } from '../../types'; export default function azureGenerateSasUrl({ fileParams, containerName, credentials, expiresIn, }: AzureSasUrlParams): Promise<PresignedUrlResponse>;