UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

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