UNPKG

@aws-amplify/cli-internal

Version:
3 lines 349 B
import { $TSAny, $TSContext, ServiceSelection } from '@aws-amplify/amplify-cli-core'; export declare function serviceSelectionPrompt(context: $TSContext, category: string, supportedServices: $TSAny, customQuestion?: $TSAny, optionNameOverrides?: Record<string, string>): Promise<ServiceSelection>; //# sourceMappingURL=service-select-prompt.d.ts.map