UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

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