UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

7 lines (6 loc) 193 B
import { RemoveInput } from '../types/inputs'; import { RemoveOutput } from '../types/outputs'; /** * @internal */ export declare const remove: (input: RemoveInput) => Promise<RemoveOutput>;