File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ import { SsmEnvironmentEntriesGenerator } from '@aws-amplify/plugin-types';
34
34
import { SsmEnvironmentEntry } from ' @aws-amplify/plugin-types' ;
35
35
import { Stack } from ' aws-cdk-lib' ;
36
36
37
- declare namespace __export__function_runtime {
37
+ declare namespace __export__function__runtime {
38
38
export {
39
39
getAmplifyDataClientConfig
40
40
}
41
41
}
42
- export { __export__function_runtime }
42
+ export { __export__function__runtime }
43
43
44
44
export { a }
45
45
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ import * as __export__function__runtime from './function/runtime/index.js';
9
9
*/
10
10
11
11
export * from './types/platform.js' ;
12
- export { __export__function_runtime } ;
12
+ export { __export__function__runtime } ;
You can’t perform that action at this time.
0 commit comments