@aws-amplify/cli-internal
Version:
Amplify CLI
10 lines • 354 B
TypeScript
import { $TSContext } from '@aws-amplify/amplify-cli-core';
export declare const getImportedAuthProperties: (context: $TSContext) => {
imported: boolean;
userPoolId?: string;
authRoleArn?: string;
authRoleName?: string;
unauthRoleArn?: string;
unauthRoleName?: string;
};
//# sourceMappingURL=get-imported-auth-properties.d.ts.map