UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

5 lines (4 loc) 391 B
import { AmplifyClassV6 } from '@aws-amplify/core'; import { RemoveInput, RemoveOutput, RemoveWithPathOutput } from '../../types'; import { RemoveInput as RemoveWithPathInputWithAdvancedOptions } from '../../../../internals'; export declare const remove: (amplify: AmplifyClassV6, input: RemoveInput | RemoveWithPathInputWithAdvancedOptions) => Promise<RemoveOutput | RemoveWithPathOutput>;