You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/epro-voice-stack.ts:53:52 - error TS2345: Argument of type '{ table: dynamodb.Table; setup: any; teardown: any; refreshOnUpdate: true; }' is not assignable to parameter of type 'Props'.
Property 'tableName' is missing in type '{ table: dynamodb.Table; setup: any; teardown: any; refreshOnUpdate: true; }' but required in type 'Props'.
I am using cdk v2.16
The text was updated successfully, but these errors were encountered:
lib/epro-voice-stack.ts:53:52 - error TS2345: Argument of type '{ table: dynamodb.Table; setup: any; teardown: any; refreshOnUpdate: true; }' is not assignable to parameter of type 'Props'.
Property 'tableName' is missing in type '{ table: dynamodb.Table; setup: any; teardown: any; refreshOnUpdate: true; }' but required in type 'Props'.
I am using cdk v2.16
The text was updated successfully, but these errors were encountered: