UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

4 lines (3 loc) 210 B
import { AmplifyClassV6 } from '@aws-amplify/core'; import { GetUrlInput, GetUrlOutput } from '../../types'; export declare const getUrl: (amplify: AmplifyClassV6, input: GetUrlInput) => Promise<GetUrlOutput>;