UNPKG

@aws-amplify/cli-internal

Version:
3 lines 278 B
import { $TSAny, $TSContext } from '@aws-amplify/amplify-cli-core'; export declare const invokePluginMethod: <T>(context: $TSContext, category: string, service: string | undefined, method: string, args: $TSAny[]) => Promise<T>; //# sourceMappingURL=invoke-plugin-method.d.ts.map