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
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