UNPKG

@aws-amplify/amplify-category-storage

Version:

amplify-cli storage plugin

7 lines 264 B
import { $TSContext } from '@aws-amplify/amplify-cli-core'; export declare const name = "remove"; export declare function run(context: $TSContext): Promise<void | { service: string; resourceName: string; } | undefined>; //# sourceMappingURL=remove.d.ts.map