UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

4 lines (3 loc) 247 B
import { AmplifyServer } from '@aws-amplify/core/internals/adapter-core'; import { RemoveInput, RemoveOutput } from '../../types'; export declare const remove: (contextSpec: AmplifyServer.ContextSpec, input: RemoveInput) => Promise<RemoveOutput>;