UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

5 lines (4 loc) 256 B
import { AmplifyContext } from '@aws-amplify/core'; import { ListPathsOutput } from '../../types/credentials'; export declare function listPaths(ctx: AmplifyContext): Promise<ListPathsOutput>; export declare function listPaths(): Promise<ListPathsOutput>;