UNPKG

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